Skip to content

Commit 359bd3f

Browse files
authored
Merge pull request #1446 from MikeRalphson/patch-27
3.0.2 - Security Scheme Object description missing cookie location for apiKey
2 parents 56e2437 + 212d676 commit 359bd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3132,7 +3132,7 @@ animals:
31323132
#### <a name="securitySchemeObject"></a>Security Scheme Object
31333133

31343134
Defines a security scheme that can be used by the operations.
3135-
Supported schemes are HTTP authentication, an API key (either as a header or as a query parameter), OAuth2's common flows (implicit, password, application and access code) as defined in [RFC6749](https://tools.ietf.org/html/rfc6749), and [OpenID Connect Discovery](https://tools.ietf.org/html/draft-ietf-oauth-discovery-06).
3135+
Supported schemes are HTTP authentication, an API key (either as a header, a cookie parameter or as a query parameter), OAuth2's common flows (implicit, password, application and access code) as defined in [RFC6749](https://tools.ietf.org/html/rfc6749), and [OpenID Connect Discovery](https://tools.ietf.org/html/draft-ietf-oauth-discovery-06).
31363136

31373137
##### Fixed Fields
31383138
Field Name | Type | Applies To | Description

0 commit comments

Comments
 (0)