cURL
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
Company API Key
The ID of the module instance
Configuration update details
Configuration key to update
New configuration value
Configuration updated successfully