From fa52ca85ab540f3f92def32fed3156d6e7805779 Mon Sep 17 00:00:00 2001 From: Timo Glastra Date: Mon, 20 Jan 2020 12:56:05 +0100 Subject: [PATCH] update state of issue_credential in AdminAPI.md changed 'stored' state to 'credential_acked' in Credential Exchange Record Updated (issue_credential). 'stored' state is never emitted, 'credential_acked' is emitted after storing a credential. Signed-off-by: Timo Glastra --- AdminAPI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AdminAPI.md b/AdminAPI.md index 52330c0561..47be3eec64 100644 --- a/AdminAPI.md +++ b/AdminAPI.md @@ -61,7 +61,7 @@ When a webhook is dispatched, the record `topic` is appended as a path component * `thread_id`: the thread ID of the previously received credential proposal or offer * `parent_thread_id`: the parent thread ID of the previously received credential proposal or offer * `initiator`: issue-credential exchange initiator `self` / `external` -* `state`: `proposal_sent` / `proposal_received` / `offer_sent` / `offer_received` / `request_sent` / `request_received` / `issued` / `credential_received` / `stored` +* `state`: `proposal_sent` / `proposal_received` / `offer_sent` / `offer_received` / `request_sent` / `request_received` / `issued` / `credential_received` / `credential_acked` * `credential_definition_id`: the ledger identifier of the related credential definition * `schema_id`: the ledger identifier of the related credential schema * `credential_proposal_dict`: the credential proposal message