Skip to content

Commit

Permalink
Merge pull request #612 from baegjae/correct-revocation-document
Browse files Browse the repository at this point in the history
Correct revocation API in credential revocation documentation
  • Loading branch information
swcurran authored Jul 20, 2020
2 parents 6dedbb0 + bb4aabf commit 2ab736d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/GettingStartedAriesDev/CredentialRevocation.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ These are the ACA-py steps and APIs involved to support credential revocation.
```
0. Revoking credential
```
POST /issue-credential/records/{cred_ex_id}/revoke
POST /issue-credential/revoke?rev_reg_id=<revocation_registry_id>
&cred_rev_id=<credential_revocation_id>&publish=<true|false>
```
0. When asking for proof, specify the timespan when the credential is NOT revoked
Expand Down

0 comments on commit 2ab736d

Please sign in to comment.