Skip to main content
POST
/
actions
/
commands
/
enable-actions
Enable actions
curl --request POST \
  --url https://api.example.com/actions/commands/enable-actions \
  --header 'Content-Type: application/json' \
  --data '
{
  "category": "<string>",
  "provider": "<string>",
  "game": "<string>",
  "ids": [
    "<string>"
  ]
}
'
{
  "success": true,
  "message": "<string>",
  "ids": [
    "<string>"
  ]
}

Body

application/json
category
string | null
provider
string | null
game
string | null
ids
string[] | null

Response

200 - application/json

Actions successfully enabled

success
boolean
required
message
string
required
ids
string[]
required