Skip to content

Commit

Permalink
docs(ns-openapi-3-1): update normalize servers refractor plugin docs (#…
Browse files Browse the repository at this point in the history
…4615)

The update reflects latest changes from OpenAPI 3.1.1
  • Loading branch information
char0n authored Dec 24, 2024
1 parent 244c4b8 commit 6f1d4a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import NormalizeStorage from './normalize-header-examples/NormalizeStorage.ts';
* - PathItem.servers
* - Operation.servers
*
* If an alternative server object is specified at the Path Item Object level, it will override OpenAPI.servers.
* If an alternative server object is specified at the Operation Object level, it will override PathItem.servers and OpenAPI.servers respectively.
* If a servers array is specified at the OpenAPI Object level, it will be overridden by `PathItem`.servers.
* If a servers array is specified at the Path Item Object or OpenAPI Object level, it will be overridden by Operation.servers.
* @public
*/

Expand Down

0 comments on commit 6f1d4a6

Please sign in to comment.