Management
Update Feedback
Update an existing feedback item. Only the creator can update their own feedback.
POST
Documentation Index
Fetch the complete documentation index at: https://docs.userorbit.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires subscriber JWT token from login/identify.Request Body
The feedback ID to update
Updated feedback title
Updated feedback description
Move feedback to a different board
Update feedback type/category
Update custom metadata (merged with existing)
Response
Updated feedback object with all fields
Behavior
- Creator Only: Only the feedback creator can update it
- Partial Updates: Only provided fields are updated
- URL Regeneration: URL is regenerated if title changes
- Timestamp Update:
updatedAttimestamp is updated automatically
Use Cases
- Edit Feedback: Allow users to refine their feedback
- Correct Mistakes: Fix typos or add missing information
- Update Requirements: Clarify or expand on original feedback
Notes
- Requires valid subscriber JWT token
- Only the creator can update (checked via subscriber ID)
- Returns 403 if user is not the creator
- Returns 404 if feedback doesn’t exist
- Metadata is merged, not replaced

