Updates the revocation list on the blockchain based on the current status of the credentials
It fetches all credentials from the database, checks their status, and updates the revocation list accordingly.
Authorizations
Path parameters
idnumber ยท doubleRequired
The ID of the revocation list to update
Responses
200
OK
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
post
POST /v1/blockchain/revocations/{id} HTTP/1.1
Host: api
x-client-secret: YOUR_API_KEY
Accept: */*