Update Token Status List
Update a Token Status List JWT or CWT as a new DID-Linked Resource (DLR), using cheqd Studio.
Step 1. Manually create your new Status List JWT/CWT and save the file locally
Step 2: Encode the updated file
$ base64 -w 0 resource.json
<path-to-the-resource-file>Step 3: Set the same Resource Name and Type
Step 4: Populate the request inputs and hit the API
DID identifier to link the resource to.
Input fields for DID-Linked Resource creation.
Encoded string containing the data to be stored in the DID-Linked Resource.
Encoding format used to encode the data.
Name of DID-Linked Resource.
Type of DID-Linked Resource. This is NOT the same as the media type, which is calculated automatically ledger-side.
Optional field to assign a human-readable version in the DID-Linked Resource.
List of key references (publicKeys) which will be used for signing the message. The should be in hexadecimal format and placed in the wallet of current user.
The request was successful.
A problem with the input fields has occurred. Additional state information plus metadata may be available in the response body.
Access token is missing or invalid
An internal error has occurred. Additional state information plus metadata may be available in the response body.
Last updated
Was this helpful?