From eac2329f4a94368581161e4be94d44d419201575 Mon Sep 17 00:00:00 2001 From: Derek Croote Date: Wed, 27 Sep 2023 22:31:46 -0700 Subject: [PATCH] feat(ois): make operationParameter optional within endpoint parameters Applies to OIS v2.2.0 --- docs/reference/ois/next/specification.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/reference/ois/next/specification.md b/docs/reference/ois/next/specification.md index cac5099a..3859cf41 100644 --- a/docs/reference/ois/next/specification.md +++ b/docs/reference/ois/next/specification.md @@ -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`