Skip to content

Commit f94b9df

Browse files
chore(endpoints): delete region 'swagger' in endpoints/multiple-versions (#9857)
* chore(endpoints): delete region swagger to openapi-v1.yaml * chore(endpoints): delete region swagger to openapi-v2.yaml
1 parent 499d530 commit f94b9df

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

endpoints/multiple-versions/openapi-v1.yaml

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

15-
# [START swagger]
1615
swagger: "2.0"
1716
info:
1817
description: "A simple Google Cloud Endpoints API example."
1918
title: "Endpoints Example"
2019
version: "1.0.0"
2120
host: "echo-api.endpoints.YOUR-PROJECT-ID.cloud.goog"
22-
# [END swagger]
2321
basePath: "/v1"
2422
consumes:
2523
- "application/json"

endpoints/multiple-versions/openapi-v2.yaml

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

15-
# [START swagger]
1615
swagger: "2.0"
1716
info:
1817
description: "A simple Google Cloud Endpoints API example."
1918
title: "Endpoints Example"
2019
version: "2.0.0"
2120
host: "echo-api.endpoints.YOUR-PROJECT-ID.cloud.goog"
22-
# [END swagger]
2321
basePath: "/v2"
2422
consumes:
2523
- "application/json"

0 commit comments

Comments
 (0)