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

Authorizations

x-api-key
string
header
required

Body

multipart/form-data
tokenSymbol
string
required

The symbol of the token being updated.

tokenLogotype
object

Image file for the token's logo.

subscriptionAgreement
object

PDF file for the token's subscription agreement.

PDF file containing the legal documentation.

Response

Successful update

success
boolean

Indicates if the operation was successful.

Example:

true

tokenSymbol
string

The token symbol that was updated.

tokenLogotypeRef
string

Reference (e.g., S3 path) to the uploaded token logotype image.

subscriptionAgreementIpfs
string

IPFS CID reference to the uploaded subscription agreement.

IPFS CID reference to the uploaded legal documents.