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

2 days ago

main
1.33.3
Compare
1.33.3

API structure has changed

4 structure changes including:
4 Modifications
Modified 4
GET /organisations/{OrganisationId}/certificates
  • Response
  • 200 response Modified
    • application/jwk-set+json content type Modified
      • Type went from array[object] to array[object] | object
      • alternative Modified
        • PaginationProperties alternative Added
GET /organisations/{OrganisationId}/certificates/{OrganisationCertificateType}
  • Response
  • 200 response Modified
    • application/jwk-set+json content type Modified
      • Type went from array[object] to array[object] | object
      • alternative Modified
        • PaginationProperties alternative Added
GET /organisations/{OrganisationId}/softwarestatements
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Type went from array[object] to object | array[object]
      • alternative Modified
        • PaginationProperties alternative Added
GET /organisations/{OrganisationId}/softwarestatements/{SoftwareStatementId}/certificates
  • Response
  • 200 response Modified
    • application/jwk-set+json content type Modified
      • Type went from array[object] to array[object] | object
      • alternative Modified
        • PaginationProperties alternative Added