8000 Add security definition region tag (#817) · lauro-cesar/python-docs-samples@183d372 · GitHub
[go: up one dir, main page]

Skip to content

Commit 183d372

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

endpoints/getting-started/openapi.yaml

Lines 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