From d38dcd7eee3876bfa49c13b495148091d2028b4e Mon Sep 17 00:00:00 2001 From: horatio Date: Thu, 30 May 2024 14:53:51 -0400 Subject: [PATCH] emojis --- openapi/openapi.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index 39455737..ab1e3718 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -113,7 +113,7 @@ paths: $ref: "#/components/responses/InternalServerError" /capital-projects/{z}/{x}/{y}.pbf: get: - summary: Mapbox Vector Tiles for capital projects + summary: 🚧 Mapbox Vector Tiles for capital projects operationId: findCapitalProjectTiles tags: - MVT @@ -173,7 +173,7 @@ paths: $ref: "#/components/responses/InternalServerError" /city-council-districts/{z}/{x}/{y}.pbf: get: - summary: Mapbox Vector Tiles for city council districts + summary: 🚧 Mapbox Vector Tiles for city council districts operationId: findCityCouncilDistrictTiles tags: - MVT @@ -191,7 +191,7 @@ paths: $ref: '#/components/responses/InternalServerError' /community-districts/{z}/{x}/{y}.pbf: get: - summary: Mapbox Vector Tiles for community districts + summary: 🚧 Mapbox Vector Tiles for community districts operationId: findCommunityDistrictTiles tags: - MVT