PATCH
/projects/{project_id}/feedback/{feedback_id}Update feedback
Update the message, type, or status of a feedback item. At least one field must be provided.
Base URL
https://seggwat.com/api/v1Parameters
project_idpathstringrequiredUnique identifier of the project (MongoDB ObjectId)
Example:
507f1f77bcf86cd799439011feedback_idpathstringrequiredUnique identifier of the feedback item
Request Body
required
Fields to update. At least one field must be provided.
application/jsonFeedbackUpdate
Fields to update on a feedback item. At least one field must be provided.
messagestringUpdated feedback message content
Example:
Updated feedback textstatusFeedbackStatusStatus of a feedback item
Enum:
NewActiveAssignedHoldClosedResolvedtypeFeedbackTypeType/category of feedback
Enum:
BugFeaturePraiseQuestionImprovementOtherResponses
Navigation
