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

Oct 31, 2024

main
1.22.4
Compare

API structure has changed

14 structure changes including:
14 Modifications
Modified 14 Breaking
GET /organisations/{OrganisationId}/authorisationservers
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Status property Added
GET /organisations/{OrganisationId}/authorisationservers/{AuthorisationServerId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Status property Added
GET /organisations/{OrganisationId}/authorisationservers/{AuthorisationServerId}/certifications
  • Response
  • 200 response Modified
    • application/json content type Modified
      • CertificationStatus property Added
GET /organisations/{OrganisationId}/authorisationservers/{AuthorisationServerId}/certifications/{AuthorisationServerCertificationId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • CertificationStatus property Added
GET /organisations/{OrganisationId}/softwarestatements/{SoftwareStatementId}/certifications
  • Response
  • 200 response Modified
    • application/json content type Modified
      • CertificationStatus property Added
GET /organisations/{OrganisationId}/softwarestatements/{SoftwareStatementId}/certifications/{SoftwareStatementCertificationId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • CertificationStatus property Added
POST /organisations/{OrganisationId}/authorisationservers
  • Body
  • application/json content type Modified
    • Status property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • Status property Added
POST /organisations/{OrganisationId}/authorisationservers/{AuthorisationServerId}/apiresources
  • Body
  • application/json content type Modified
    • Status property Modified
      • Property is now required
        Breaking
POST /organisations/{OrganisationId}/authorisationservers/{AuthorisationServerId}/certifications
  • Body
  • application/json content type Modified
    • CertificationStartDate, CertificationURI, ProfileType, ProfileVariant, ProfileVersion properties Modified
      • Properties are now required
        Breaking
    • CertificationStatus property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • CertificationStatus property Added
POST /organisations/{OrganisationId}/softwarestatements/{SoftwareStatementId}/certifications
  • Body
  • application/json content type Modified
    • CertificationStartDate, CertificationURI, ProfileType, ProfileVariant, ProfileVersion properties Modified
      • Properties are now required
        Breaking
    • CertificationStatus property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • CertificationStatus property Added
PUT /organisations/{OrganisationId}/authorisationservers/{AuthorisationServerId}
  • Body
  • application/json content type Modified
    • Status property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Status property Added
PUT /organisations/{OrganisationId}/authorisationservers/{AuthorisationServerId}/apiresources/{ApiResourceId}
  • Body
  • application/json content type Modified
    • CertificationStatus, Status properties Modified
      • Properties are now required
        Breaking
PUT /organisations/{OrganisationId}/authorisationservers/{AuthorisationServerId}/certifications/{AuthorisationServerCertificationId}
  • Body
  • application/json content type Modified
    • CertificationStartDate, CertificationURI, ProfileType, ProfileVariant, ProfileVersion properties Modified
      • Properties are now required
        Breaking
    • CertificationStatus property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • CertificationStatus property Added
PUT /organisations/{OrganisationId}/softwarestatements/{SoftwareStatementId}/certifications/{SoftwareStatementCertificationId}
  • Body
  • application/json content type Modified
    • CertificationStartDate, CertificationURI, ProfileType, ProfileVariant, ProfileVersion properties Modified
      • Properties are now required
        Breaking
    • CertificationStatus property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • CertificationStatus property Added