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

about 6 hours ago

main
Cloud
Compare

API structure has changed

Next change
15 structure changes including:
6 Additions
9 Modifications
Modified 9 Breaking
DELETE /api/applications/{id}/legacy-secret
  • Response
  • 200 response Modified
    • application/json content type Modified
      • secret property Modified
        • Property is no longer required
  • 204 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /api/applications
  • Response
  • 200 response Modified
    • application/json content type Modified
      • secret property Modified
        • Property is no longer required
GET /api/applications/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • secret property Modified
        • Property is no longer required
GET /api/organizations/{id}/applications
  • Response
  • 200 response Modified
    • application/json content type Modified
      • secret property Modified
        • Property is no longer required
GET /api/roles/{id}/applications
  • Response
  • 200 response Modified
    • application/json content type Modified
      • secret property Modified
        • Property is no longer required
PATCH /api/applications/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • secret property Modified
        • Property is no longer required
PATCH /api/organizations/{id}
  • Response
  • 422 response Added
POST /api/applications
  • Response
  • 200 response Modified
    • application/json content type Modified
      • secret property Modified
        • Property is no longer required
POST /api/organizations
  • Response
  • 422 response Added
Added 6
DELETE /api/configs/actions/{actionType}
GET /api/configs/actions
GET /api/configs/actions/{actionType}
PATCH /api/configs/actions/{actionType}
POST /api/configs/actions/test
PUT /api/configs/actions/{actionType}