Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit d684ac5

Browse files
committed
Fix membership witness endpoint description and response.
1 parent b846084 commit d684ac5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/index.html.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2975,8 +2975,7 @@ curl --location --request GET https://api.dock.io/revocationStatus/{regId}/{revI
29752975

29762976
```
29772977

2978-
2979-
To check directly on the blockchain if an id using `DockVBAccumulator2022` is revoked or not, yo will need the accumulator witness for the status with the registry id (`regId`) and revocation id (`revId`).
2978+
The accumulator witness is utilized by the holder to generate a proof, which combines the witness with their revocation id associated with the credential id (`revId`) and the accumulator associated with the registry id (`regId`), allowing the verifier to validate the credential's status without directly accessing the revocation id on the blockchain.
29802979

29812980
<h3 id="get-revocation-status-parameters">Parameters</h3>
29822981

@@ -2989,7 +2988,7 @@ To check directly on the blockchain if an id using `DockVBAccumulator2022` is re
29892988
29902989
```json
29912990
{
2992-
"value": [215, 91, 79, 219, 251, 75, 66, 207, 196, 26, 202, 138, 129, 170, 48, 3, 13, 146, 165, 134, 188, 55, 139, 200, 68, 225, 224, 136, 130, 182, 99, 73, 30, 46, 66, 128, 58, 208, 133, 75, 3, 200, 9, 138, 40, 240, 215, 211]
2991+
"value": "0x81aa308882b663491e2b42803ad0855b030d92a586bc378bc844e1e003c8098a23f0d7d75b4fdbfb4b42cfc42aca8ad3"
29932992
}
29942993
```
29952994

0 commit comments

Comments
 (0)