Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 183d372

Browse filesBrowse files
llatifJon Wayne Parrott
authored andcommitted
Add security definition region tag (GoogleCloudPlatform#817)
1 parent 26eb8ce commit 183d372
Copy full SHA for 183d372

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎endpoints/getting-started/openapi.yaml

Copy file name to clipboardExpand all lines: endpoints/getting-started/openapi.yaml
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,14 @@ definitions:
8787
type: "string"
8888
email:
8989
type: "string"
90-
90+
# [START securityDef]
9191
securityDefinitions:
9292
# This section configures basic authentication with an API key.
9393
api_key:
9494
type: "apiKey"
9595
name: "key"
9696
in: "query"
97+
# [END securityDef]
9798
# This section configures authentication using Google API Service Accounts
9899
# to sign a json web token. This is mostly used for server-to-server
99100
# communication.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.