We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e778223 commit 9732debCopy full SHA for 9732deb
access-grant/src/main/java/com/inrupt/client/accessgrant/AccessGrantClient.java
@@ -298,7 +298,7 @@ public CompletionStage<Void> revoke(final AccessGrant accessGrant) {
298
credentialStatus.put("status", Integer.toString(status.getIndex()));
299
300
final Map<String, Object> data = new HashMap<>();
301
- data.put("credentialId", status.getIdentifier());
+ data.put("credentialId", accessGrant.getIdentifier());
302
data.put("credentialStatus", Arrays.asList(credentialStatus));
303
304
final Request req = Request.newBuilder(metadata.statusEndpoint)
0 commit comments