cURL
curl --request PUT \ --url https://api.example.com/api/core/use_cases/feedback_form \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "use_case_id": "<string>", "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?