Change Updates

Do not miss any Platform API changes, ever again

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

RSS

Oct 15, 2024

main
1.0.1
Compare

API structure has changed

10 structure changes including:
2 Additions
8 Modifications
Modified 8 Breaking
GET /admin/permission/requests
  • Response
  • 200 response Modified
    • */* content type Modified
      • data property Modified
        • requests property Modified
PATCH /admin/permission/cancel
  • Response
  • 200 response Modified
    • */* content type Modified
      • data property Modified
        • requests property Modified
PATCH /admin/permission/decline
  • Response
  • 200 response Modified
    • */* content type Modified
      • data property Modified
        • requests property Modified
PATCH /admin/permission/grant
  • Query
  • expiration query parameter Modified
    • Type went from integer(int64) to string
      Breaking
  • Response
  • 200 response Modified
    • */* content type Modified
      • data property Modified
        • requests property Modified
PATCH /admin/permission/revoke
  • Response
  • 200 response Modified
    • */* content type Modified
      • data property Modified
        • requests property Modified
PATCH /admin/permission/update
  • Body
  • application/json content type Modified
    • cluster, specific properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • account, scopes properties Added
  • Response
  • 200 response Modified
    • */* content type Modified
      • data property Modified
        • Type went from string to object
          Breaking
        • role, position, department, cluster, specific properties Added
POST /admin/permission/request
  • Body
  • application/json content type Modified
    • cluster property Modified
      • Type went from array[object] to object
        Breaking
      • id, scope, permissions properties Added
    • specific property Modified
      • Type went from array[object] to object
        Breaking
      • account, scopes properties Added
POST /auth/admin/invite
  • Body
  • application/json content type Modified
    • scopes property Modified
      • permissions property Modified
        • reason property Added
Added 2
PATCH /scope/auth/session/refresh/revoke
PATCH /scope/auth/session/revoke