File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,16 +63,16 @@ corrected, as follows:
6363To address this issue, some new endpoints were added to ACA-Py in Release 0.7.4,
6464as follows:
6565
66- - GET /revocation/registry/<id >/issued - counts of the number of issued/revoked
66+ - GET ` /revocation/registry/<id>/issued ` - counts of the number of issued/revoked
6767 within a registry
68- - GET /revocation/registry/<id >/issued/details - details of all credentials
68+ - GET ` /revocation/registry/<id>/issued/details ` - details of all credentials
6969 issued/revoked within a registry
70- - GET /revocation/registry/<id >/issued/indy_recs - calculated rev_reg_delta from
70+ - GET ` /revocation/registry/<id>/issued/indy_recs ` - calculated rev_reg_delta from
7171 the ledger
7272 - This is used to compare ledger revoked vs wallet revoked credentials, which
7373 is essentially the state of the RevReg on the ledger and in ACA-Py. Where
7474 there is a difference, we have an error.
75- - PUT /revocation/registry/<id >/fix-revocation-entry-state - publish an update
75+ - PUT ` /revocation/registry/<id>/fix-revocation-entry-state ` - publish an update
7676 to the RevReg state on the ledger to bring it into alignment with what is in
7777 the ACA-Py instance.
7878 - There is a boolean parameter (` apply_ledger_update ` ) to control whether the
You can’t perform that action at this time.
0 commit comments