Bulk Update or Rotate Encryption Keys
Publish multiple revocation or suspension updates, or rotate encryption keys using cheqd Studio.
The /credential-status/update/encrypted
API enables users to update the indices of a Status List or rotate the encryption keys. This may be useful for revoking Credentials in bulk, rather than submitting individual /credential/revoke
requests.
When a new encrypted Status List resource is published, this will also encrypt the latest version with a new set of encryption keys. This may therefore be used to rotate encryption keys, even if the listed indices are kept the same.
Authorizations
Query parameters
statusActionstring ¡ enumRequiredPossible values:
The update action to be performed on the encrypted status list, can be revoke, suspend or reinstate
Body
all ofOptional
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?