Feedback Management
Update a feedback form
<Warning> The Feedback Management API is currently in **BETA**, therefore the following endpoints are subject to modification, given a **2 week notice**.If you are planning to use any of them, please notify us so we will be able to keep you informed about upcoming changes. </Warning>
This endpoint lets you modify the properties of your feedback forms.
put/feedback/feedback_form/{feedback_form_id}
Path parameters
feedback_form_idstring required
Request body
Example request
{
"display_name": "Global Satisfaction"
}Response
OK
Example response
{
"id": "674d791c13c9d976e20001b1",
"org_id": 42,
"email_reply_source": "noreply@example.com",
"email_reply_subject": "About your feedback",
"email_reply_expeditor_name": "MyCompany",
"display_name": "Global Satisfaction"
}