Skip to content

Commit

Permalink
Updated endpoints containing id to be backtick quoted
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Curran <[email protected]>
  • Loading branch information
swcurran authored and WadeBarnes committed Jun 21, 2022
1 parent b69cc56 commit 115b2e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@ corrected, as follows:
To address this issue, some new endpoints were added to ACA-Py in Release 0.7.4,
as follows:

- GET /revocation/registry/<id>/issued - counts of the number of issued/revoked
- GET `/revocation/registry/<id>/issued` - counts of the number of issued/revoked
within a registry
- GET /revocation/registry/<id>/issued/details - details of all credentials
- GET `/revocation/registry/<id>/issued/details` - details of all credentials
issued/revoked within a registry
- GET /revocation/registry/<id>/issued/indy_recs - calculated rev_reg_delta from
- GET `/revocation/registry/<id>/issued/indy_recs` - calculated rev_reg_delta from
the ledger
- This is used to compare ledger revoked vs wallet revoked credentials, which
is essentially the state of the RevReg on the ledger and in ACA-Py. Where
there is a difference, we have an error.
- PUT /revocation/registry/<id>/fix-revocation-entry-state - publish an update
- PUT `/revocation/registry/<id>/fix-revocation-entry-state` - publish an update
to the RevReg state on the ledger to bring it into alignment with what is in
the ACA-Py instance.
- There is a boolean parameter (`apply_ledger_update`) to control whether the
Expand Down

0 comments on commit 115b2e7

Please sign in to comment.