cURL
curl --request PUT \ --url https://api.example.com/api/core/use-cases/{use_case_id}/feedback-form \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "feedback_form_config": {} } '
{ "message": "<string>" }
Endpoint to update use case feedback form settings.
Bearer token authentication. Format: 'Bearer '
Show child attributes
Successful Response
Was this page helpful?