POST/projects/{project_id}/ideas

Create idea

Create a new idea for a project using API key authentication.

Base URLhttps://seggwat.com/api/v1

Parameters

project_idpathstringrequired

Unique identifier of the project (MongoDB ObjectId)

Example: 507f1f77bcf86cd799439011

Request Body

required

Idea creation payload

application/json
IdeaCreateRequest

Request body for creating an idea via API key authentication

author_emailstring

Email address of the author (for attribution)

Example: customer@example.com
descriptionstring

Detailed description of the idea

Example: Users have requested a dark theme for nighttime use
tag_idsarray<string>

List of tag identifiers to associate with this idea

Example: [ "507f1f77bcf86cd799439050" ]
titlestringrequired

Title of the idea

Example: Add dark mode support

Responses

Navigation