PATCH
/projects/{project_id}/ideas/{idea_id}Update idea
Update the title, description, status, tags, or admin response of an idea. At least one field must be provided.
Base URL
https://seggwat.com/api/v1Parameters
project_idpathstringrequiredUnique identifier of the project (MongoDB ObjectId)
Example:
507f1f77bcf86cd799439011idea_idpathstringrequiredUnique identifier of the idea
Request Body
required
Fields to update. At least one field must be provided.
application/jsonIdeaUpdate
Fields to update on an idea. At least one field must be provided.
admin_responsestringPublic response from an admin or team member
Example:
Great idea! We have this on our roadmap for Q2.descriptionstringUpdated description
Example:
Updated description with more detailsstatusIdeaStatusStatus of an idea
Enum:
PendingOpenPlannedStartedCompletedDeclinedDuplicateRejectedtag_idsarray<string>Updated list of tag identifiers
titlestringUpdated title
Example:
Add dark mode and high contrast supportResponses
Navigation
