Skip to content

Commit

Permalink
document endpoint for project tiles in comm district
Browse files Browse the repository at this point in the history
write documentation for findCapitalProjectTilesByBoroughIdCommunityDistrictId

closes #362
  • Loading branch information
TangoYankee committed Aug 13, 2024
1 parent 4cbbcf6 commit 6aaf39c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,27 @@ paths:
$ref: "#/components/responses/NotFound"
'500':
$ref: "#/components/responses/InternalServerError"
/boroughs/{boroughId}/community-districts/{communityDistrictId}/capital-projects/{z}/{x}/{y}.pbf:
get:
summary: 🚧 Mapbox Vector Tiles for capital projects intersecting a community district
operationId: findCapitalProjectTilesByBoroughIdCommunityDistrictId
tags:
- MVT
- Capital Projects
- Community Districts
parameters:
- $ref: "#/components/parameters/boroughIdParam"
- $ref: "#/components/parameters/communityDistrictIdParam"
- $ref: '#/components/parameters/viewportZoomParam'
- $ref: '#/components/parameters/viewportXParam'
- $ref: '#/components/parameters/viewportYParam'
responses:
'200':
$ref: '#/components/responses/MVT'
'400':
$ref: '#/components/responses/BadRequest'
'500':
$ref: '#/components/responses/InternalServerError'
/capital-commitment-types:
get:
summary: Capital Commitment Types
Expand Down

0 comments on commit 6aaf39c

Please sign in to comment.