cURL
curl --request PATCH \ --url https://a.api.mindset.ai/api/v1/appuid/{appUid}/contexts/externalId/{externalId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "name": "<string>", "description": "<string>" }'
{ "uid": "<string>", "name": "<string>", "description": "<string>", "externalId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "isSynced": true }
Your application's uid
1
Unique externalId of the context
Name of the context
100
Description of the context
Successful update
Unique ID of the context
Optional External ID of the context
Creation timestamp (ISO 8601)
Is the context synced