POST
/projects/{project_id}/ideasCreate idea
Create a new idea for a project using API key authentication.
Base URL
https://seggwat.com/api/v1Parameters
project_idpathstringrequiredUnique identifier of the project (MongoDB ObjectId)
Example:
507f1f77bcf86cd799439011Request Body
required
Idea creation payload
application/jsonIdeaCreateRequest
Request body for creating an idea via API key authentication
author_emailstringEmail address of the author (for attribution)
Example:
customer@example.comdescriptionstringDetailed description of the idea
Example:
Users have requested a dark theme for nighttime usetag_idsarray<string>List of tag identifiers to associate with this idea
Example:
[
"507f1f77bcf86cd799439050"
]titlestringrequiredTitle of the idea
Example:
Add dark mode supportResponses
Navigation
