Skip to main content
PATCH
/
module
/
instance
/
{instance_id}
Update Module Instance
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>"
}
'

Authorizations

Authorization
string
header
required

Company API Key

Path Parameters

instance_id
string
required

The ID of the module instance

Body

application/json

Module instance update details

instance_name
string

New name for the instance

Response

Module instance updated successfully