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

4 days ago

dev
Cloud
Compare

API structure has changed

Next Change
14 structure changes including:
10 Breaking changes
4 Additions
8 Modifications
2 Removals
Modified 8 Breaking
DELETE /api/my-account/identities/{target}
  • Path went from `/api/profile/identities/{target}` to `/api/my-account/identities/{target}` (same operationId)
    Breaking
  • Query
  • verificationRecordId query parameter Removed
    • Removing a resource is always breaking unless it was deprecated before

      Breaking

GET /api/my-account
  • Path went from `/api/profile` to `/api/my-account` (same operationId)
    Breaking
PATCH /api/my-account
  • Path went from `/api/profile` to `/api/my-account` (same operationId)
    Breaking
  • Body
  • application/json content type Modified
    • username property Modified
      • Type went from string(regex) to string(regex) | null

PATCH /api/my-account/profile
  • Path went from `/api/profile/profile` to `/api/my-account/profile` (same operationId)
    Breaking
POST /api/my-account/identities
  • Path went from `/api/profile/identities` to `/api/my-account/identities` (same operationId)
    Breaking
  • Body
  • application/json content type Modified
    • verificationRecordId property Removed
      • Removing a resource is always breaking unless it was deprecated before

        Breaking

POST /api/my-account/password
  • Path went from `/api/profile/password` to `/api/my-account/password` (same operationId)
    Breaking
  • Body
  • application/json content type Modified
    • verificationRecordId property Removed
      • Removing a resource is always breaking unless it was deprecated before

        Breaking

POST /api/my-account/primary-email
  • Path went from `/api/profile/primary-email` to `/api/my-account/primary-email` (same operationId)
    Breaking
  • Body
  • application/json content type Modified
    • verificationRecordId property Removed
      • Removing a resource is always breaking unless it was deprecated before

        Breaking

POST /api/my-account/primary-phone
  • Path went from `/api/profile/primary-phone` to `/api/my-account/primary-phone` (same operationId)
    Breaking
  • Body
  • application/json content type Modified
    • verificationRecordId property Removed
      • Removing a resource is always breaking unless it was deprecated before

        Breaking

Removed 2 Breaking
GET /api/account-center
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PATCH /api/account-center
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 4
DELETE /api/my-account/primary-email
DELETE /api/my-account/primary-phone
GET /api/account-center
PATCH /api/account-center