Skip to main content
POST
/
config
/
commands
/
change-agreement
cURL
curl --request POST \
  --url https://api.example.com/config/commands/change-agreement \
  --header 'Content-Type: application/json' \
  --data '
{
  "gateway": "<string>"
}
'

Body

application/json
gateway
string
required

Response

200

changeAgreement 200 response