From 115b2e75a99a19a18e914b0b071181386731b93a Mon Sep 17 00:00:00 2001 From: Stephen Curran Date: Tue, 21 Jun 2022 10:05:51 -0700 Subject: [PATCH] Updated endpoints containing id to be backtick quoted Signed-off-by: Stephen Curran --- Troubleshooting.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Troubleshooting.md b/Troubleshooting.md index 3a526473c0..15660e6b45 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -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//issued - counts of the number of issued/revoked +- GET `/revocation/registry//issued` - counts of the number of issued/revoked within a registry -- GET /revocation/registry//issued/details - details of all credentials +- GET `/revocation/registry//issued/details` - details of all credentials issued/revoked within a registry -- GET /revocation/registry//issued/indy_recs - calculated rev_reg_delta from +- GET `/revocation/registry//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//fix-revocation-entry-state - publish an update +- PUT `/revocation/registry//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