Skip to main content
PATCH
/
user-resource
/
token
Update Token
curl --request PATCH \
  --url https://api.tenbytecloud.com/v1/user-resource/token \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'apikey: <api-key>' \
  --data billing_account_id=0 \
  --data 'description=<string>' \
  --data restricted=true \
  --data token_id=123
{
  "errors": {
    "Error": "Failed to update token."
  }
}

Authorizations

apikey
string
header
required

Body

application/x-www-form-urlencoded
billing_account_id
integer
default:0
description
string
restricted
boolean
token_id
integer

Response

200 - application/json

Result

The response is of type object.