{{baseUrl}}/token/:token

PATCH {{baseUrl}}/token/:token

Method that allows you to modify individual fields of the token object by passing it new ones or the same reference scopes or a new expiration

Request Body

{"scopes"=>["<string>", "<string>"], "expire"=>"<integer>", "ttl"=>"<integer>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;scopes&quot;:[&quot;GET:comparabili.openapi.it/tassonomie&quot;],&quot;expire&quot;:1583942471,&quot;token&quot;:&quot;5f0efd20568fa12c575182f0&quot;}],&quot;success&quot;:true,&quot;message&quot;:&quot;&quot;,&quot;error&quot;:null}