Description: This endpoint allows you to update token-related documentation and branding materials.
Headers:
x-api-key
: YOUR_API_KEY
Request Format:
This endpoint accepts multipart/form-data
input, which should include:
tokenSymbol
(text)tokenLogotype
(image file) - optionalsubscriptionAgreement
(PDF file) - optionallegalDocs
(PDF file) - optionalWhat the endpoint does:
tokenLogotype
is uploaded to S3.subscriptionAgreement
and legalDocs
are uploaded to IPFS.tokenSymbol
) is then updated with references to the uploaded files.Security:
x-api-key
.Successful update
The response is of type object
.