PATCH
/
patch-api-token-docs
Update Token Documentation
curl --request PATCH \
  --url https://api.sandbox.brickken.com/patch-api-token-docs \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-api-key: <api-key>' \
  --form 'tokenSymbol=<string>' \
  --form 'tokenLogotype={}' \
  --form 'subscriptionAgreement={}' \
  --form 'legalDocs={}'
{
  "success": true,
  "tokenSymbol": "<string>",
  "tokenLogotypeRef": "<string>",
  "subscriptionAgreementIpfs": "<string>",
  "legalDocsIpfs": "<string>"
}

Authorizations

x-api-key
string
header
required

Body

multipart/form-data

Response

200
application/json

Successful update

The response is of type object.