Skip to content

Commit 691ca1f

Browse files
authored
Merge pull request #1046 from neuroglia-io/fix-openapi-doc
Renamed the OpenAPI `arguments` property to `parameters` in the `dsl-reference.md` file
2 parents cdcb6a9 + 5d1e328 commit 691ca1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsl-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ The [OpenAPI Call](#openapi-call) enables workflows to interact with external se
412412
|:--|:---:|:---:|:---|
413413
| document | [`externalResource`](#external-resource) | `yes` | The OpenAPI document that defines the operation to call. |
414414
| operationId | `string` | `yes` | The id of the OpenAPI operation to call. |
415-
| arguments | `map` | `no` | A name/value mapping of the parameters, if any, of the OpenAPI operation to call. |
415+
| parameters | `map` | `no` | A name/value mapping of the parameters, if any, of the OpenAPI operation to call. |
416416
| authentication | [`authentication`](#authentication) | `no` | The authentication policy, or the name of the authentication policy, to use when calling the OpenAPI operation. |
417417
| output | `string` | `no` | The OpenAPI call's output format.<br>*Supported values are:*<br>*- `raw`, which output's the base-64 encoded [http response](#http-response) content, if any.*<br>*- `content`, which outputs the content of [http response](#http-response), possibly deserialized.*<br>*- `response`, which outputs the [http response](#http-response).*<br>*Defaults to `content`.* |
418418

0 commit comments

Comments
 (0)