Skip to content

Commit ba64b94

Browse files
chore(endpoints): add new region tag to open-appengine.yaml (#13121)
1 parent 4b6dcff commit ba64b94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

endpoints/getting-started/openapi-appengine.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
# [START endpoints_swagger_appengine_yaml_python]
1516
# [START endpoints_swagger_yaml_python]
1617
swagger: "2.0"
1718
info:
@@ -20,6 +21,7 @@ info:
2021
version: "1.0.0"
2122
host: "YOUR-PROJECT-ID.appspot.com"
2223
# [END endpoints_swagger_yaml_python]
24+
# [END endpoints_swagger_appengine_yaml_python]
2325
consumes:
2426
- "application/json"
2527
produces:

0 commit comments

Comments
 (0)