Skip to main content
POST
/
max
/
commands
/
toggle-account
cURL
curl --request POST \
  --url https://api.example.com/max/commands/toggle-account \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "enabled": true
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://opendonationassistant.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
id
string
required
enabled
boolean
required

Response

OK

The response is of type object.