diff --git a/endpoints/getting-started/openapi.yaml b/endpoints/getting-started/openapi.yaml index 3c1d80f0c69..89225226db9 100644 --- a/endpoints/getting-started/openapi.yaml +++ b/endpoints/getting-started/openapi.yaml @@ -87,13 +87,14 @@ definitions: type: "string" 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.