curl --request PATCH \
--url https://api.getoutbox.ai/module/instance/configuration/{instance_id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"value": "<string>"
}
'Update a specific configuration value for a module instance
curl --request PATCH \
--url https://api.getoutbox.ai/module/instance/configuration/{instance_id} \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"key": "<string>",
"value": "<string>"
}
'Documentation Index
Fetch the complete documentation index at: https://docs.getoutbox.ai/llms.txt
Use this file to discover all available pages before exploring further.
Company API Key
The ID of the module instance
Configuration update details
Configuration updated successfully