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

Jun 28, 2024

main
1.20.5
Compare
1.20.5

API structure has changed

5 structure changes including:
5 Modifications
Modified 5 Breaking
GET /organisations/{OrganisationId}/authorisationservers/{AuthorisationServerId}/apiresources
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /organisations/{OrganisationId}/authorisationservers/{AuthorisationServerId}/apiresources/{ApiResourceId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Status property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
GET /organisations/{OrganisationId}/authorisationservers/{AuthorisationServerId}/familystatus
  • Response
  • 200 response Modified
    • application/json content type Modified
POST /organisations/{OrganisationId}/authorisationservers/{AuthorisationServerId}/apiresources
  • Response
  • 201 response Modified
    • application/json content type Modified
      • Status property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
PUT /organisations/{OrganisationId}/authorisationservers/{AuthorisationServerId}/apiresources/{ApiResourceId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Status property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking