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

Apr 11, 2024

main
1.17.0
Compare
1.17.0

API structure has changed

17 structure changes including:
5 Additions
12 Modifications
Modified 12 Breaking
PUT /organisations/{OrganisationId}/softwarestatements/{SoftwareStatementId}/unlock
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Flags property Added
PUT /organisations/{OrganisationId}/softwarestatements/{SoftwareStatementId}
  • Body
  • application/json content type Modified
    • PolicyUri property Modified
      • Full types went from string | null to string(uri)
        Breaking
      • PolicyUri property Modified
        • Full types went from string | null to string(uri)
          Breaking
    • Flags property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Flags property Added
PUT /organisations/{OrganisationId}/authorisationservers/{AuthorisationServerId}
  • Body
  • application/json content type Modified
    • Flags property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • DeveloperPortalUri, TermsOfServiceUri properties Modified
        • Full types went from string(uri) to string(uri) | null
PUT /organisations/{OrganisationId}
  • Body
  • application/json content type Modified
    • Tags property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • Flags property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Tags property Modified
        • Property is now deprecated
      • Flags property Added
POST /organisations/{OrganisationId}/softwarestatements
  • Body
  • application/json content type Modified
    • PolicyUri property Modified
      • Full types went from string | null to string(uri)
        Breaking
      • PolicyUri property Modified
        • Full types went from string | null to string(uri)
          Breaking
    • Flags property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • Flags property Added
POST /organisations/{OrganisationId}/authorisationservers
  • Body
  • application/json content type Modified
    • Flags property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • DeveloperPortalUri, TermsOfServiceUri properties Modified
        • Full types went from string(uri) to string(uri) | null
POST /organisations
  • Body
  • application/json content type Modified
    • Tags property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • Flags property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • Tags property Modified
        • Property is now deprecated
      • Flags property Added
GET /organisations/{OrganisationId}/softwarestatements/{SoftwareStatementId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Flags property Added
GET /organisations/{OrganisationId}/softwarestatements
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /organisations/{OrganisationId}/authorisationservers/{AuthorisationServerId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • DeveloperPortalUri, TermsOfServiceUri properties Modified
        • Full types went from string(uri) to string(uri) | null
GET /organisations/{OrganisationId}/authorisationservers
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /organisations/{OrganisationId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • OrgDetails property Modified
Added 5
PUT /references/flags/{FlagID}
POST /references/flags
GET /references/flags/{FlagID}
GET /references/flags
DELETE /references/flags/{FlagID}