Skip to content

Commit

Permalink
update state of issue_credential in AdminAPI.md
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
TimoGlastra committed Jan 20, 2020
1 parent b7bd69e commit fa52ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AdminAPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa52ca8

Please sign in to comment.