From d7bd67e99b3e13d12f23f16c414c3ecaed285bb2 Mon Sep 17 00:00:00 2001 From: Ivan Hernandez Date: Thu, 6 Mar 2025 15:16:55 +0000 Subject: [PATCH 1/2] chore(endpoints): Update region tag --- endpoints/getting-started/openapi-appengine.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/endpoints/getting-started/openapi-appengine.yaml b/endpoints/getting-started/openapi-appengine.yaml index bd4abb399e..8acf97de90 100644 --- a/endpoints/getting-started/openapi-appengine.yaml +++ b/endpoints/getting-started/openapi-appengine.yaml @@ -1,3 +1,17 @@ +# Copyright 2025 Google LLC +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +# [START endpoints_swagger_appengine_yaml_nodejs] # [START swagger] swagger: "2.0" info: @@ -6,6 +20,7 @@ info: version: "1.0.0" host: "YOUR-PROJECT-ID.appspot.com" # [END swagger] +# [END endpoints_swagger_appengine_yaml_nodejs] consumes: - "application/json" produces: From 2696e1a882ad2f71b494343c66038680d8e8ae88 Mon Sep 17 00:00:00 2001 From: Ivan Hernandez Date: Thu, 6 Mar 2025 18:40:41 +0000 Subject: [PATCH 2/2] chore(endpoints): Modify the copyright year of the header to the date that it was created --- endpoints/getting-started/openapi-appengine.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/endpoints/getting-started/openapi-appengine.yaml b/endpoints/getting-started/openapi-appengine.yaml index 8acf97de90..9f062fca70 100644 --- a/endpoints/getting-started/openapi-appengine.yaml +++ b/endpoints/getting-started/openapi-appengine.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 Google LLC +# Copyright 2017 Google LLC # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at