Skip to main content
PUT
/
tags
/
auto-tagging
Enable or disable auto-tagging
curl --request PUT \
  --url https://api.open.cx/tags/auto-tagging \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "enabled": true
}
'
{
  "enabled": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
enabled
boolean
required

Set true to enable, false to disable

Response

Default Response

enabled
boolean
required