From 2495065297bca399dd10891d74e4243fd6f7e7b5 Mon Sep 17 00:00:00 2001 From: Rapturate Date: Tue, 28 Apr 2026 10:19:24 -0400 Subject: [PATCH] Updated project description to match my descriptions on GitHub and git.lewispricedev.com --- docs/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/openapi.yaml b/docs/openapi.yaml index 826ecd3..92221e6 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.1.0 info: title: Idea Tracker API version: 1.0.0 - description: A REST API for managing project ideas, projects, materials, and files + description: This is a professional-grade Project Portfolio & Lifecycle API designed to manage the journey from initial inspiration to completed documentation. Built with a Node.js/Express backend and Prisma ORM, it provides a secure, layered environment for handling complex project data and binary assets. servers: - url: https://idea-tracker-api.onrender.com/ description: Production server