Skip to content

Commit

Permalink
Merge pull request #1444 from PerthCharern/patch-3
Browse files Browse the repository at this point in the history
Update Open API object to OpenAPI Object in 3.0.2
  • Loading branch information
webron authored Jan 5, 2018
2 parents 359bd3f + 8378ffb commit c0290d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions/3.0.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -3301,7 +3301,7 @@ The name used for each property MUST correspond to a security scheme declared in
Security Requirement Objects that contain multiple schemes require that all schemes MUST be satisfied for a request to be authorized.
This enables support for scenarios where multiple query parameters or HTTP headers are required to convey security information.

When a list of Security Requirement Objects is defined on the [Open API object](#oasObject) or [Operation Object](#operationObject), only one of Security Requirement Objects in the list needs to be satisfied to authorize the request.
When a list of Security Requirement Objects is defined on the [OpenAPI Object](#oasObject) or [Operation Object](#operationObject), only one of Security Requirement Objects in the list needs to be satisfied to authorize the request.

##### Patterned Fields

Expand Down

0 comments on commit c0290d2

Please sign in to comment.