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 PATCH \ --url https://api.chataigne.ai/v1/locations/{location_id}/special_closings/{special_closing_id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "starts_at": "2023-11-07T05:31:56Z", "ends_at": "2023-11-07T05:31:56Z", "reason": "<string>" } '
{ "id": "scl_5a16c3f915a84bf0bd90729c", "object": "special_closing", "location_id": "<string>", "starts_at": "2023-11-07T05:31:56Z", "ends_at": "2023-11-07T05:31:56Z", "reason": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Location/organization API key.
The updated special closing.
"scl_5a16c3f915a84bf0bd90729c"
special_closing