Change Updates

Do not miss any Connect API changes, ever again

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

RSS

Dec 13, 2023

main
1.14.0
Compare
1.14.0

API structure has changed

9 structure changes including:
9 Modifications
Modified 9 Breaking
GET /audit
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
GET /organisations/{OrganisationId}/authorisationservers
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /organisations/{OrganisationId}/authorisationservers/{AuthorisationServerId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • FederationId property Added
GET /organisations/{OrganisationId}/authorisationservers/{AuthorisationServerId}/federation
  • Response
  • 200 response Modified
    • application/json content type Modified
      • content property Modified
GET /organisations/{OrganisationId}/authorisationservers/{AuthorisationServerId}/federation/{FederationConfigId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • FederationId property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /organisations/{OrganisationId}/authorisationservers
  • Body
  • application/json content type Modified
    • FederationId property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • FederationId property Added
POST /organisations/{OrganisationId}/authorisationservers/{AuthorisationServerId}/federation
  • Body
  • application/json content type Modified
    • FederationId property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 201 response Modified
    • application/json content type Modified
      • FederationId property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
PUT /organisations/{OrganisationId}/authorisationservers/{AuthorisationServerId}
  • Body
  • application/json content type Modified
    • FederationId property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • FederationId property Added
PUT /organisations/{OrganisationId}/authorisationservers/{AuthorisationServerId}/federation/{FederationConfigId}
  • Body
  • application/json content type Modified
    • FederationId property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • FederationId property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking