PATCH
/
terminal
/
info
Update Terminal
curl --request PATCH \
  --url https://nini.monieswitch.com/terminal/info \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data null
{
  "status": true,
  "message": "Terminal successfully updated."
}

Authorizations

Authorization
string
header
required

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

Body

application/json · object

Response

200 - application/json

Update Terminal - Successful

The response is of type object.