Skip to content

Commit ad7b709

Browse files
committed
Renamed the OpenAPI arguments property to parameters in the dsl-reference.md file
Fixes #1042 Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
1 parent df6686a commit ad7b709

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
@@ -411,7 +411,7 @@ The [OpenAPI Call](#openapi-call) enables workflows to interact with external se
411411
|:--|:---:|:---:|:---|
412412
| document | [`externalResource`](#external-resource) | `yes` | The OpenAPI document that defines the operation to call. |
413413
| operationId | `string` | `yes` | The id of the OpenAPI operation to call. |
414-
| arguments | `map` | `no` | A name/value mapping of the parameters, if any, of the OpenAPI operation to call. |
414+
| parameters | `map` | `no` | A name/value mapping of the parameters, if any, of the OpenAPI operation to call. |
415415
| authentication | [`authentication`](#authentication) | `no` | The authentication policy, or the name of the authentication policy, to use when calling the OpenAPI operation. |
416416
| 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`.* |
417417

0 commit comments

Comments
 (0)