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

27 days ago

main
Cloud
Compare

API structure has changed

6 structure changes including:
2 Breaking changes
4 Additions
2 Modifications
Modified 2 Breaking
POST /api/experience/profile
  • Path went from `/api/users/{userId}/profile` to `/api/experience/profile` (same operationId)
    Breaking
  • Verb went from `PATCH` to `POST` (same operationId)
    Breaking
  • Body
  • application/json content type Modified
    • object alternative Removed
      • Removing a resource is always breaking unless it was deprecated before

        Breaking

    • object-1, object-2, object-3, object-4, object-5 alternatives Added
  • Path
  • userId path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before

      Breaking

  • Response
  • 200, 401 responses Removed
    • Removing a resource is always breaking unless it was deprecated before

      Breaking

  • 204, 422 responses Added
  • Authentication
  • OAuth2 authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before

      Breaking

POST /api/experience/verification/verification-code/verify
  • Path went from `/api/verification-codes/verify` to `/api/experience/verification/verification-code/verify` (same operationId)
    Breaking
  • Body
  • application/json content type Modified
    • object property Modified
      • Removing polymorphism is always breaking

        Breaking

  • Response
  • 204, 401, 403 responses Removed
    • Removing a resource is always breaking unless it was deprecated before

      Breaking

  • 200, 404, 501 responses Added
  • Authentication
  • OAuth2 authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before

      Breaking

Added 4
DELETE /api/users/{userId}/personal-access-tokens/{name}
GET /api/users/{userId}/personal-access-tokens
PATCH /api/users/{userId}/personal-access-tokens/{name}
POST /api/users/{userId}/personal-access-tokens