From 699c16693c499116d8c099d7553f885bb89a9e35 Mon Sep 17 00:00:00 2001 From: Limin Wang Date: Mon, 17 Jul 2017 17:20:56 -0700 Subject: [PATCH] Fix an issue in openapi.yaml. In our sample, both api_key and the auth issuer are required, the config should use "AND" semantics. --- endpoints/getting-started/openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/endpoints/getting-started/openapi.yaml b/endpoints/getting-started/openapi.yaml index 12f19c79523..4f018442f17 100644 --- a/endpoints/getting-started/openapi.yaml +++ b/endpoints/getting-started/openapi.yaml @@ -65,7 +65,7 @@ paths: $ref: "#/definitions/authInfoResponse" security: - api_key: [] - - google_jwt: [] + google_jwt: [] "/auth/info/googleidtoken": get: description: "Returns the requests' authentication information." @@ -79,7 +79,7 @@ paths: $ref: "#/definitions/authInfoResponse" security: - api_key: [] - - google_id_token: [] + google_id_token: [] definitions: echoMessage: properties: