Qodex.ai
Qodex.ai
Introduction
Point
Posts
Add Point
Gets
Get Point By NameGet Point By IdGet All Points
Patch
Update Point by IdUpdate Point by Name
Delete
Delete Point by Id
User
Posts
Add User
Gets
Get All UsersGet User By EmailGet User By Id
Patch
Update User by Email
Delete
Delete User by Email
Introduction
Point
Posts
Add Point
Gets
Get Point By NameGet Point By IdGet All Points
Patch
Update Point by IdUpdate Point by Name
Delete
Delete Point by Id
User
Posts
Add User
Gets
Get All UsersGet User By EmailGet User By Id
Patch
Update User by Email
Delete
Delete User by Email
HomePoint

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

Previous
Introduction
Next
Posts