Description

A description associated with a token

Methods

PUT

Update the description for the token

Request

Copied!
{
 "type": "string",
 "minLength": 1,
 "maxLength": 255,
 "pattern": "^[^&<]*$"
}

Responses

Examples

PUT
 Update a token description.
View
put
 Update a token description. 
PUThttps://try.access.worldpay.com/tokens/eyJrIjoxLCJkIjoiajlLeUdhOUp6SExsd3JYN2RmdmFMMmxsZFlpVllDQ2hmTGUwWGlOb3BMcktoNVBzUG42cGRBeTVTaWUyOTVaeCJ9
Copied!
{
  "Accept": "application/vnd.worldpay.tokens-v3.hal+json",
  "Content-Type": "application/vnd.worldpay.tokens-v3.hal+json"
}
Copied!
"new description"

204

Copied!
{
  "Content-Type": "application/vnd.worldpay.tokens-v3.hal+json"
}