Skip to content

Commit

Permalink
feat(ois): make operationParameter optional within endpoint parameters (
Browse files Browse the repository at this point in the history
#634)

Applies to OIS v2.2.0
  • Loading branch information
dcroote authored Sep 28, 2023
1 parent 2e9bb40 commit bbdb928
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/reference/ois/next/specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,9 @@ following elements:

#### 5.5.1. `operationParameter`

(Required) An object that refers to a parameter of an API operation, has the
following elements:
(Optional) An object that refers to a parameter of an API operation and has the
below elements. Note that if omitted, the `parameter` will not be included as
part of the request to the API endpoint.

- `name`
- `in`
Expand Down

0 comments on commit bbdb928

Please sign in to comment.