curl --request PATCH \ --url https://platform.thena.ai/v1/custom-object \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'x-org-id: <api-key>' \ --data '{ "objects": [ { "id": "<string>", "version": 123, "updates": { "name": "<string>", "description": "<string>" } } ] }'
{ "data": [ { "id": "<string>", "name": "<string>", "description": "<string>", "organizationId": "<string>", "teamId": "<string>" } ], "status": true, "message": "<string>", "timestamp": "2023-11-07T05:31:56Z" }
Enter JWT bearer token
Enter organization ID
Show child attributes
The updated name of the custom object
The updated description of the custom object