Update Feedback
Update a feedback question.
Update Feedback
PUT
https://{{account_id}}.acquire.io/api/v1/crm/feedback/{{feedbackId}}
Update feedback. The feedbackId must be passed in to the endpoint as a path parameter. The body requires keys of "question"
, "status"
, "type"
, "config"
, "departments"
, and "channels"
.
Path Parameters
Name
Type
Description
feedbackId
integer
The feedback's ID
Headers
Name
Type
Description
Authorization
string
Bearer {{api_key}}
Request Body
Name
Type
Description
question
string
The feedback question
Body(raw)
Last updated