Change Updates

Do not miss any Logto API references changes, ever again

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

RSS

May 31, 2024

main
Cloud
Compare

API structure has changed

9 structure changes including:
9 Modifications
Modified 9 Breaking
GET /api/applications/{applicationId}/roles
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /api/roles
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /api/roles/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • isDefault property Added
GET /api/users/{userId}/roles
  • Response
  • 200 response Modified
    • application/json content type Modified
PATCH /api/roles/{id}
  • Body
  • application/json content type Modified
    • isDefault property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • isDefault property Added
POST /api/interaction/single-sign-on/{connectorId}/authentication
  • Response
  • 500 response Added
POST /api/interaction/single-sign-on/{connectorId}/registration
  • Response
  • 500 response Added
POST /api/roles
  • Body
  • application/json content type Modified
    • isDefault property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • isDefault property Added
POST /api/roles/{id}/scopes
  • Response
  • 200 response Modified
    • application/json content type Removed
      • Removing a resource is always breaking unless it was deprecated before

        Breaking

  • 201 response Added