From bbdb92814dd4d30d55c5544028be4969eb618039 Mon Sep 17 00:00:00 2001 From: Derek Croote Date: Thu, 28 Sep 2023 07:38:45 -0700 Subject: [PATCH] feat(ois): make operationParameter optional within endpoint parameters (#634) 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`