Logo
Points of Interest API Documentation

Point

Number of APIs: 7


1. Posts - Add Point

POST http://localhost:8080/points/addPoint



2. Gets - Get All Points

GET http://localhost:8080/points



3. Gets - Get Point By Id

GET http://localhost:8080/points/getPointById/621a92a3ad764449a7476922



4. Gets - Get Point By Name

GET http://localhost:8080/points/getPointByName/Marcello's Restaurant



5. Patch - Update Point by Name

PATCH http://localhost:8080/points/updatePointByName/Marcello's Restaurant



6. Patch - Update Point by Id

PATCH http://localhost:8080/points/updatePointById/621a92a3ad764449a7476922



7. Delete - Delete Point by Id

DELETE http://localhost:8080/points/deletePoint/621a359bd3983fb9c8421666



ENDPOINTS