Description: This endpoint allows you to update token-related documentation and branding materials.
Headers:
x-api-key: YOUR_API_KEYRequest 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.PATCH /update-docs endpoint allows you to update token-related documentation and branding materials for existing tokens. This endpoint handles file uploads for token logos, subscription agreements, and legal documents.
multipart/form-data with the following fields:
tokenSymbol (string): The symbol of the token being updatedtokenLogotype (image file): Logo image for the token (uploaded to S3)subscriptionAgreement (PDF file): Subscription agreement document (uploaded to IPFS)legalDocs (PDF file): Legal documentation (uploaded to IPFS)| Field | Type | Description |
|---|---|---|
success | boolean | Indicates if the operation was successful |
tokenSymbol | string | The token symbol that was updated |
tokenLogotypeRef | string | S3 path reference to the uploaded logo (if provided) |
subscriptionAgreementIpfs | string | IPFS CID for the subscription agreement (if provided) |
legalDocsIpfs | string | IPFS CID for the legal documents (if provided) |
x-api-key headertokenSymbol field is required - all file uploads are optionalSuccessful update
Indicates if the operation was successful.
true
The token symbol that was updated.
Reference (e.g., S3 path) to the uploaded token logotype image.
IPFS CID reference to the uploaded subscription agreement.
IPFS CID reference to the uploaded legal documents.