PATCH
/
v1
/
auth
curl --request PATCH \
  --url https://backend.swap.coffee/v1/auth \
  --header 'Content-Type: application/json' \
  --data '{
  "token": "<string>",
  "name": "<string>",
  "hourly_limit": 123,
  "options": [
    "administrator"
  ]
}'
{
  "token": "<string>",
  "name": "<string>",
  "hourly_limit": 123,
  "options": [
    "administrator"
  ]
}

Authorizations

X-Api-Key
string
header
required

Body

application/json

Response

200
application/json

token

The response is of type object.