Skip to content

Commit 115b2e7

Browse files
swcurranWadeBarnes
authored andcommitted
Updated endpoints containing id to be backtick quoted
Signed-off-by: Stephen Curran <swcurran@gmail.com>
1 parent b69cc56 commit 115b2e7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Troubleshooting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,16 @@ corrected, as follows:
6363
To address this issue, some new endpoints were added to ACA-Py in Release 0.7.4,
6464
as 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

0 commit comments

Comments
 (0)