Skip to content

Commit f15c86a

Browse files
oaktownerJon Wayne Parrott
authored andcommitted
Change 'swagger' to OpenAPI (GoogleCloudPlatform#1084)
It's been over a year now since they renamed this. We can move to use OpenAPI consistently.
1 parent a8763bf commit f15c86a

File tree

1 file changed

+1
-1
lines changed
  • endpoints/getting-started/clients/service_to_service_gae_default

1 file changed

+1
-1
lines changed

endpoints/getting-started/clients/service_to_service_gae_default/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def generate_jwt():
4444
'iss': DEFAULT_SERVICE_ACCOUNT,
4545
'sub': DEFAULT_SERVICE_ACCOUNT,
4646
# aud must match 'audience' in the security configuration in your
47-
# swagger spec.It can be any string.
47+
# OpenAPI spec.It can be any string.
4848
'aud': 'echo.endpoints.sample.google.com',
4949
"email": DEFAULT_SERVICE_ACCOUNT
5050
})

0 commit comments

Comments
 (0)