Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The version of the certificate."
"description": "The version of the certificate. Though listed as required following OpenAPI guidelines for path parameters, actually optional on the server, which assumes 'latest' if not provided."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "Adding the version parameter retrieves a specific version of a key."
"description": "Adding the version parameter retrieves a specific version of a key. Though listed as required following OpenAPI guidelines for path parameters, actually optional on the server, which assumes 'latest' if not provided."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The version of the secret."
"description": "The version of the secret. Though listed as required following OpenAPI guidelines for path parameters, actually optional on the server, which assumes 'latest' if not provided."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The version of the certificate."
"description": "The version of the certificate. Though listed as required following OpenAPI guidelines for path parameters, actually optional on the server, which assumes 'latest' if not provided."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "Adding the version parameter retrieves a specific version of a key."
"description": "Adding the version parameter retrieves a specific version of a key. Though listed as required following OpenAPI guidelines for path parameters, actually optional on the server, which assumes 'latest' if not provided."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The version of the secret."
"description": "The version of the secret. Though listed as required following OpenAPI guidelines for path parameters, actually optional on the server, which assumes 'latest' if not provided."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,9 @@
{
"name": "key-version",
"in": "path",
"required": false,
"required": true,
"type": "string",
"description": "Adding the version parameter retrieves a specific version of a key."
"description": "Adding the version parameter retrieves a specific version of a key. Though listed as required following OpenAPI guidelines for path parameters, actually optional on the server, which assumes 'latest' if not provided."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -1141,7 +1141,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The version of the secret."
"description": "The version of the secret. Though listed as required following OpenAPI guidelines for path parameters, actually optional on the server, which assumes 'latest' if not provided."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down Expand Up @@ -2270,7 +2270,7 @@
"in": "path",
"required": true,
"type": "string",
"description": "The version of the certificate."
"description": "The version of the certificate. Though listed as required following OpenAPI guidelines for path parameters, actually optional on the server, which assumes 'latest' if not provided."
},
{
"$ref": "#/parameters/ApiVersionParameter"
Expand Down