Update Bitstring Status List
Update the indices of a Bitstring Status List as a DID-Linked Resource (DLR) on cheqd, using cheqd Studio.
The /credential-status/update/unencrypted
API enables users to update the indices of a Status List. This may be useful for revoking Credentials in bulk, rather than submitting individual /credential/revoke
requests.
Authorizations
Query parameters
statusActionstring ¡ enumRequiredPossible values:
The update action to be performed on the unencrypted status list, can be revoke, suspend or reinstate
Body
all ofOptionalExample:
{"did":"did:cheqd:testnet:7c2b990c-3d05-4ebf-91af-f4f4d0091d2e","statusListName":"cheqd-employee-credentials","indices":[10,3199,12109,130999]}
Responses
200
The request was successful.
application/json
Responseall of
and
one ofOptional
or
or
400
A problem with the input fields has occurred. Additional state information plus metadata may be available in the response body.
401
Access token is missing or invalid
500
An internal error has occurred. Additional state information plus metadata may be available in the response body.
post
Last updated
Was this helpful?