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.getoutbox.ai/module/instance/{instance_id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "instance_name": "<string>" } '
Update a module instance’s name
Company API Key
The ID of the module instance
Module instance update details
New name for the instance
Module instance updated successfully