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/organizations/{organization_id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "ai_instructions": "<string>" } '
{ "id": "org_02d224786a994d37a7e8a731", "object": "organization", "name": "Pokawa", "location_ids": [ "loc_023d6847de544fdb9a5510db" ], "active_location_ids": [ "<string>" ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "locations": [ { "id": "loc_023d6847de544fdb9a5510db", "object": "location", "organization_id": "<string>", "name": "Pokawa Châtelet", "currency": "EUR", "country": "FR", "timezone": "Europe/Paris", "default_language": "fr", "address": { "line1": "<string>", "line2": "<string>", "postal_code": "<string>", "city": "<string>", "country": "<string>", "latitude": 123, "longitude": 123 }, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] }
Location/organization API key.
The updated organization.
"org_02d224786a994d37a7e8a731"
organization
"Pokawa"
Present only when expand[]=locations.
expand[]=locations
Show child attributes