Change Updates

Do not miss any cleancontrol API changes, ever again

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

RSS

Mar 13, 2024

main
v1
Compare

API structure has changed

7 structure changes including:
1 Addition
6 Modifications
Modified 6 Breaking
GET /cleaning_runs
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /cleaning_runs/{cleaningRunId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • cleaners property Modified
GET /users
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /users/{userId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • username property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • email, password properties Added
POST /cleaning_runs
  • Body
  • application/json content type Modified
    • cleaners property Modified
  • Response
  • 200 response Modified
    • application/json content type Modified
      • cleaners property Modified
PUT /users/{userId}
  • Body
  • application/json content type Modified
    • username property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • email, password properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • username property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • email, password properties Added
Added 1
POST /users