cURL
curl --request PATCH \ --url https://platform.ai.gloo.com/ai/{v}/chat \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "new_value": "<any>" }'
{ "chat_id": "cd7c70b84-81b4-4865-ba38-5bce98d1919d", "field": "pin", "value": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
<token>
v1
Select a field
pin
title
summary
Successful response
The response is of type any.
any