workflowId
should be id
in posted and returned workflow configuration
#393
Labels
ready for PR
Issue ready to be resolved via a Pull Request
When creating a workflow, the configuration for that workflow may include, optionally, the ID for that workflow under the property
id
. The bug currently says that property isworkflowId
and it should be changed toid
:vc-api/exchanges.yml
Line 210 in 494f0a2
Similarly, the spec currently says that
workflowId
will be optionally returned, when the entire config can be optionally returned, which will include the workflow ID in theid
property of the configuration object (just like how it can be optionally posted using that property).The text was updated successfully, but these errors were encountered: