Skip to content

Commit

Permalink
Update openapi.yaml (#739)
Browse files Browse the repository at this point in the history
Added tags for documentation purposes - cleaner snippet inclusion.
  • Loading branch information
llatif authored and Jon Wayne Parrott committed Jan 3, 2017
1 parent 09ad1e2 commit 1db080e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appengine/flexible/endpoints/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,14 @@ definitions:
email:
type: "string"

# [START securityDef]
securityDefinitions:
# This section configures basic authentication with an API key.
api_key:
type: "apiKey"
name: "key"
in: "query"
# [END securityDef]
# This section configures authentication using Google API Service Accounts
# to sign a json web token. This is mostly used for server-to-server
# communication.
Expand Down

0 comments on commit 1db080e

Please sign in to comment.