|
@@ -41,7 +41,7 @@ Endpoints for viewing and manipulating the Parking Lots and park cars.
|
|
|
|
|
|
|
|
- [Show Accessible Parking Lots](docs/get.md) : `GET /parking_lot`
|
|
- [Show Accessible Parking Lots](docs/get.md) : `GET /parking_lot`
|
|
|
|
|
|
|
|
- - [Create Parking Lot](docs/get.md) : `POST /parking_lot`
|
|
|
|
|
|
|
+ - [Create Parking Lot](docs/post.md) : `POST /parking_lot`
|
|
|
- [Delete a Parking Lot](docs/delete.md) : `DELETE /parking_lot/{parkingLotId}`
|
|
- [Delete a Parking Lot](docs/delete.md) : `DELETE /parking_lot/{parkingLotId}`
|
|
|
- [Display a Parking Lot](docs/getid.md) : `GET /parking_lot/{parkingLotId}`
|
|
- [Display a Parking Lot](docs/getid.md) : `GET /parking_lot/{parkingLotId}`
|
|
|
- [Update a Parking Lot](docs/putid.md) : `PUT /parking_lot/{parkingLotId}`
|
|
- [Update a Parking Lot](docs/putid.md) : `PUT /parking_lot/{parkingLotId}`
|