Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://api.egp.scale.com/v4/threads/{thread_id}/messages/{application_interaction_id}/feedback \ --header 'Content-Type: application/json' \ --data ' { "chat_thread_id": "<string>", "application_interaction_id": "<string>", "description": "<string>" } '
{ "id": "<string>", "chat_thread_id": "<string>", "application_interaction_id": "<string>", "description": "<string>", "created_at": "2023-11-07T05:31:56Z" }
positive
negative
Successful Response
The date and time when the entity was created in ISO format.