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

Jun 24, 2024

dev
Cloud
Compare

API structure has changed

19 structure changes including:
3 Additions
16 Modifications
Modified 16 Breaking
POST /api/organization-roles
  • Body
  • application/json content type Modified
    • type property Added
POST /api/connectors
  • Response
  • 200 response Modified
    • application/json content type Modified
      • formItems property Modified
PATCH /api/organization-roles/{id}
  • Body
  • application/json content type Modified
    • type property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • type property Added
PATCH /api/connectors/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • formItems property Modified
GET /api/organizations/{id}/users/{userId}/roles
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /api/organizations/{id}/jit/roles
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /api/organizations/{id}/applications/{applicationId}/roles
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /api/organizations/{id}/applications
  • Response
  • 200 response Modified
    • application/json content type Modified
  • Query
  • q query parameter Added
GET /api/organization-roles/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • type property Added
GET /api/organization-roles
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /api/connectors/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • formItems property Modified
GET /api/connectors
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /api/connector-factories/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • formItems property Modified
GET /api/connector-factories
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /api/applications
  • Query
  • excludeOrganizationId query parameter Added
DELETE /api/organizations/{id}/users/{userId}/roles/{organizationRoleId}
  • Path went from `/api/organizations/{id}/users/{userId}/roles/{roleId}` to `/api/organizations/{id}/users/{userId}/roles/{organizationRoleId}` (same operationId)
  • Path
  • roleId path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before

      Breaking

  • organizationRoleId path parameter Added
Added 3
POST /api/security/subject-tokens
POST /api/organizations/{id}/applications/roles
GET /api/applications/{id}/organizations