curl --request PATCH \
--url https://api.klipy.ai/api/v1/companies/{companyId} \
--header 'Content-Type: application/json' \
--header 'X-Klipy-Api-Key: <api-key>' \
--data '{}'{
"object": "success",
"data": {
"id": "<string>"
},
"meta": {
"request_id": "req_abc123",
"api_version": "1",
"timestamp": "2023-11-07T05:31:56Z"
}
}curl --request PATCH \
--url https://api.klipy.ai/api/v1/companies/{companyId} \
--header 'Content-Type: application/json' \
--header 'X-Klipy-Api-Key: <api-key>' \
--data '{}'{
"object": "success",
"data": {
"id": "<string>"
},
"meta": {
"request_id": "req_abc123",
"api_version": "1",
"timestamp": "2023-11-07T05:31:56Z"
}
}API key passed as a header
Unique ID of the company
Arbitrary company fields to patch.
Was this page helpful?