Qodex.ai
Qodex.ai
Introduction
Restful-Booker
/booking - CreateBooking (URL)/booking/:id - UpdateBooking (URL)/booking/:id - PartialUpdateBooking (URL)/ping - HealthCheck/auth - CreateToken/booking/:id - DeleteBooking/booking/:id - GetBooking/booking - GetBookingIds (Query all IDs)/booking - GetBookingIds (Filter by date)/booking - GetBookingIds (Filter by name)
Restful-Booker-Platform
Auth
/auth/login - CreateToken/auth/actuator/health - HealthCheck/auth/logout - DestroyToken/auth/validate - ValidateToken
Booking
/booking/:id - UpdateBooking/booking/summary - GetBookingSummary/booking/:id - DeleteBooking/booking/ - CreateBooking/booking/ - GetBookings/booking/:id - GetBooking/booking/actuator/health - HealthCheck
Branding
/branding/ - UpdateBranding/branding/ - GetBranding/branding/actuator/health - HealthCheck
Message
/message/1/read - MarkAsRead/message/:id - GetMessage/message/:id - DeleteMessage/message/actuator/health - HealthCheck/message/count - UnreadCount/message/ - CreateMessage/message/ - GetMessages
Room
/room/:id - DeleteRoom/room/ - CreateRoom/room/:id - GetRoom/room/actuator/health - HealthCheck/room/ - GetRooms/room/:id - UpdateRoom
Report
/report/ - GetRoomsReport/report/actuator/health - HealthCheck/report/room/:id - GetSpecificRoomReport
Introduction
Restful-Booker
/booking - CreateBooking (URL)/booking/:id - UpdateBooking (URL)/booking/:id - PartialUpdateBooking (URL)/ping - HealthCheck/auth - CreateToken/booking/:id - DeleteBooking/booking/:id - GetBooking/booking - GetBookingIds (Query all IDs)/booking - GetBookingIds (Filter by date)/booking - GetBookingIds (Filter by name)
Restful-Booker-Platform
Auth
/auth/login - CreateToken/auth/actuator/health - HealthCheck/auth/logout - DestroyToken/auth/validate - ValidateToken
Booking
/booking/:id - UpdateBooking/booking/summary - GetBookingSummary/booking/:id - DeleteBooking/booking/ - CreateBooking/booking/ - GetBookings/booking/:id - GetBooking/booking/actuator/health - HealthCheck
Branding
/branding/ - UpdateBranding/branding/ - GetBranding/branding/actuator/health - HealthCheck
Message
/message/1/read - MarkAsRead/message/:id - GetMessage/message/:id - DeleteMessage/message/actuator/health - HealthCheck/message/count - UnreadCount/message/ - CreateMessage/message/ - GetMessages
Room
/room/:id - DeleteRoom/room/ - CreateRoom/room/:id - GetRoom/room/actuator/health - HealthCheck/room/ - GetRooms/room/:id - UpdateRoom
Report
/report/ - GetRoomsReport/report/actuator/health - HealthCheck/report/room/:id - GetSpecificRoomReport
HomeRestful-Booker-PlatformBranding

Branding

Number of APIs: 3

  1. /branding/actuator/health - HealthCheck GET {{host}}/branding/actuator/health

  2. /branding/ - GetBranding GET {{host}}/branding/

  3. /branding/ - UpdateBranding PUT {{host}}/branding/

Previous
/booking/actuator/health - HealthCheck
Next
/branding/ - UpdateBranding