cURL
curl --request PATCH \ --url https://api.callaidan.com/module/instance/{instance_id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "instance_name": "<string>" } '
Update a Tool instance’s name
Company API Key
The ID of the Tool instance
Module instance update details
New name for the instance
Module instance updated successfully