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, 2023

main
1.12.0
Compare
1.12.0

API structure has changed

7 structure changes including:
7 Modifications
Modified 7 Breaking
GET /references/certificationtypes
  • Query
  • TypeId query parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • typeName, status query parameters Added
GET /references/certificationtypes/{TypeID}/variants
  • Response
  • 200 response Modified
    • content property Modified
  • Query
  • status query parameter Added
GET /references/certificationtypes/{TypeID}/variants/{VariantID}
  • Response
  • 200 response Modified
    • CertificateDurationDays property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • CertificationDurationDays property Added
POST /references/certificationtypes
  • Body
  • content type Modified
    • TypeID property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
POST /references/certificationtypes/{TypeID}/variants
  • Body
  • content type Modified
    • CertificateDurationDays, CreatedAt, CreatedBy, TypeID, VariantID properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • CertificationDurationDays property Added
  • Response
  • 201 response Modified
    • CertificateDurationDays property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • CertificationDurationDays property Added
PUT /references/certificationtypes/{TypeID}
  • Body
  • content type Modified
    • TypeID property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
PUT /references/certificationtypes/{TypeID}/variants/{VariantID}
  • Body
  • content type Modified
    • CertificateDurationDays, CreatedAt, CreatedBy, TypeID, VariantID properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • CertificationDurationDays property Added
  • Response
  • 200 response Modified
    • CertificateDurationDays property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • CertificationDurationDays property Added