Change Updates

Do not miss any Gym API changes, ever again

Subscribe to the Gym API changelog to be up to date on recent changes.

RSS

Oct 21, 2024

main
0.0.0
Compare

API structure has changed

8 structure changes including:
3 Additions
5 Modifications
Modified 5 Breaking
GET /client
  • Response
  • 200 response Modified
    • application/json content type Modified
      • client property Modified
        • patronymic property Modified
          • Property is now required
            Breaking
GET /client/{client_id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • client property Modified
        • patronymic property Modified
          • Property is now required
            Breaking
GET /payment-history
  • Response
  • 200 response Modified
    • application/json content type Modified
      • payment_history property Modified
        • PaymentHistory alternative Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • object-1, object-2 alternatives Added
POST /client/login
  • Response
  • 200 response Modified
    • application/json content type Modified
      • client property Modified
        • patronymic property Modified
          • Property is now required
            Breaking
POST /client/register
  • Response
  • 200 response Modified
    • application/json content type Modified
      • client property Modified
        • patronymic property Modified
          • Property is now required
            Breaking
Added 3
DELETE /trainer-appointment/{trainer_appointment_id}
GET /trainer-appointment
GET /trainer-appointment/{client_id}