cURL
curl --request PUT \ --url https://app.dilli.studio/api/v1/companies/{id} \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "name": "<string>", "domain": "<string>", "notes": "<string>", "contact_ids": [ "<string>" ] } '
{ "id": "<string>", "name": "<string>", "domain": "<string>", "notes": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
X-Api-Key
OK
ULID