Update credential status
Updates the status of a credential in the status list. This endpoint supports updates by credentialId
or statusListIndex
, along with optional parameters for statusListId
or correlation IDs.
Swaggerhub
You can also use the examples on swaggerhub for an easier to use environment
Query Parameters
Optional status list identifier provided as a query parameter. Overrides default or body-specified value if present.
Optional correlation ID for the status list. Overrides default or body-specified value if present.
Optional correlation ID for a specific entry in the status list. Overrides default or body-specified value if present.
Body
An optional credentialId if you kown the value. Can be used for a lookup instead of the statusListIndex or entryCorrelationId
An entry correlation Id for the status list. This is typically a business key associated with an index. It allows you to associated business data in your Line of business system with this index, so you can update the status later on more easily
A correlation Id for the status list. This is typically a business key
ID of the status list.
The index in the statusList. Needs to be provided in case a statusListIndex or entryCorrelationId is not used