Skip to content

Commit

Permalink
Clarify user-provided parameters in provision workflow API
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Widdis <widdis@gmail.com>
  • Loading branch information
dbwiddis committed Mar 22, 2024
1 parent a918a6b commit fda9311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _automating-configurations/api/provision-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ POST /_plugins/_flow_framework/workflow/<workflow_id>/_provision?<parameter>=<va

| Parameter | Data type | Description |
| :--- | :--- | :--- |
| User-provided | String | Parameters that match substitutions in the template. Optional. |
| User-provided substitution expressions | String | Parameters matching substitution expressions in the template. Optional. |

#### Example requests

Expand Down

0 comments on commit fda9311

Please sign in to comment.