Skip to content

Commit

Permalink
Update _automating-configurations/api/create-workflow.md
Browse files Browse the repository at this point in the history
Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Daniel Widdis <[email protected]>
  • Loading branch information
dbwiddis and kolchfa-aws authored Sep 5, 2024
1 parent 79ae861 commit cfb2862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _automating-configurations/api/create-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ POST /_plugins/_flow_framework/workflow?validation=none
```
{% include copy-curl.html %}

In a workflow that has not been provisioned, you can update fields other than the `workflows` field, such as `name` and `description`:
In a workflow that has not been provisioned, you can update fields other than the `workflows` field. For example, you can update the `name` and `description` fields as follows:

```json
PUT /_plugins/_flow_framework/workflow/<workflow_id>?update_fields=true
Expand Down

0 comments on commit cfb2862

Please sign in to comment.