From a252d0084b865848a5a42d986c3f524554bbe467 Mon Sep 17 00:00:00 2001 From: selbin Date: Fri, 23 Oct 2020 11:27:48 +0530 Subject: [PATCH] Updated request body of present-proof/send-request --- credential-issue-and-verification-api-user-guide.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/credential-issue-and-verification-api-user-guide.md b/credential-issue-and-verification-api-user-guide.md index 21e10ac..a97a482 100644 --- a/credential-issue-and-verification-api-user-guide.md +++ b/credential-issue-and-verification-api-user-guide.md @@ -325,7 +325,8 @@ After the secured connection is established between the two agents, the Travel C } }, "requested_predicates": {} - } + } + } Using the requested_predicates, you can do some assertions, example, the testDate shall be less than 2 days from today.