Skip to content

Commit

Permalink
Merge branch 'optional-param' of github.com:owaiskazi19/documentation…
Browse files Browse the repository at this point in the history
…-website into optional-param
  • Loading branch information
kolchfa-aws committed Mar 21, 2024
2 parents 0f47c3c + 3f95b03 commit f2b320b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _automating-configurations/api/get-workflow-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ nav_order: 50

# Get workflow steps

This API returns a list of workflow steps, including their required inputs, outputs, default timeout value, and required plugins For example, for the `register_remote_model` step, the Get Workflow Steps API returns the following information:
This API returns a list of workflow steps, including their required inputs, outputs, default timeout values, and required plugins. For example, for the `register_remote_model` step, the Get Workflow Steps API returns the following information:

```json
{
Expand Down Expand Up @@ -40,7 +40,7 @@ The following table lists the available query parameters. All query parameters a

| Parameter | Data type | Description |
| :--- | :--- | :--- |
| `workflow_step` | String | The step name of the step to retrieve. Specify multiple step names as a comma-separated list. For example, `create_connector,delete_model,deploy_model`. |
| `workflow_step` | String | The name of the step to retrieve. Specify multiple step names as a comma-separated list. For example, `create_connector,delete_model,deploy_model`. |

#### Example request

Expand Down

0 comments on commit f2b320b

Please sign in to comment.