curl --location --request POST 'https://api.yourapp.com/v1/public/feedbacks.update' \--header 'Authorization: Bearer SUBSCRIBER_JWT_TOKEN' \--header 'Content-Type: application/json' \--data-raw '{ "feedbackId": "feedback-uuid", "title": "Add dark mode support (Updated)", "text": "Updated description with more details about dark mode requirements."}'
Copy
{ "data": { "id": "feedback-uuid", "urlId": "abc123def456", "url": "/add-dark-mode-support-updated-abc123def456", "title": "Add dark mode support (Updated)", "text": "Updated description with more details about dark mode requirements.", "status": "planned", "priority": "high", "boardId": "board-uuid", "creatorId": "subscriber-uuid", "teamId": "team-uuid", "feedbackVotesCount": 42, "feedbackCommentsCount": 12, "publishedAt": "2024-01-15T10:30:00Z", "createdAt": "2024-01-15T10:30:00Z", "updatedAt": "2024-01-20T15:45:00Z", "archivedAt": null }}
Management
Update Feedback
Update an existing feedback item. Only the creator can update their own feedback.
POST
/
v1
/
public
/
feedbacks.update
Copy
curl --location --request POST 'https://api.yourapp.com/v1/public/feedbacks.update' \--header 'Authorization: Bearer SUBSCRIBER_JWT_TOKEN' \--header 'Content-Type: application/json' \--data-raw '{ "feedbackId": "feedback-uuid", "title": "Add dark mode support (Updated)", "text": "Updated description with more details about dark mode requirements."}'
Copy
{ "data": { "id": "feedback-uuid", "urlId": "abc123def456", "url": "/add-dark-mode-support-updated-abc123def456", "title": "Add dark mode support (Updated)", "text": "Updated description with more details about dark mode requirements.", "status": "planned", "priority": "high", "boardId": "board-uuid", "creatorId": "subscriber-uuid", "teamId": "team-uuid", "feedbackVotesCount": 42, "feedbackCommentsCount": 12, "publishedAt": "2024-01-15T10:30:00Z", "createdAt": "2024-01-15T10:30:00Z", "updatedAt": "2024-01-20T15:45:00Z", "archivedAt": null }}
curl --location --request POST 'https://api.yourapp.com/v1/public/feedbacks.update' \--header 'Authorization: Bearer SUBSCRIBER_JWT_TOKEN' \--header 'Content-Type: application/json' \--data-raw '{ "feedbackId": "feedback-uuid", "title": "Add dark mode support (Updated)", "text": "Updated description with more details about dark mode requirements."}'
Copy
{ "data": { "id": "feedback-uuid", "urlId": "abc123def456", "url": "/add-dark-mode-support-updated-abc123def456", "title": "Add dark mode support (Updated)", "text": "Updated description with more details about dark mode requirements.", "status": "planned", "priority": "high", "boardId": "board-uuid", "creatorId": "subscriber-uuid", "teamId": "team-uuid", "feedbackVotesCount": 42, "feedbackCommentsCount": 12, "publishedAt": "2024-01-15T10:30:00Z", "createdAt": "2024-01-15T10:30:00Z", "updatedAt": "2024-01-20T15:45:00Z", "archivedAt": null }}