Skip to main content
PATCH
Update feedback status

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as Bearer API_KEY.

Path Parameters

feedbackId
string
required
Minimum string length: 1
Pattern: ^[A-Za-z0-9_-]{1,100}$
Example:

"fb_123"

Body

application/json
status
enum<string>
required

Triage status.

Available options:
new,
triaged,
resolved,
archived
Example:

"new"

Response

Feedback updated successfully

feedback
object
required
Last modified on September 18, 2026