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

API structure has changed

4 structure changes including:
4 Modifications
Modified 4 Breaking
POST /references/certificationtypes
  • Body
  • content type Modified
    • ResourceType, TypeName properties Modified
      • Properties are now required
        Breaking
    • CreatedAt, CreatedBy properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
POST /references/certificationtypes/{TypeID}/variants
  • Body
  • content type Modified
    • CertificationDurationDays, VariantName properties Modified
      • Properties are now required
        Breaking
PUT /references/certificationtypes/{TypeID}
  • Body
  • content type Modified
    • ResourceType, TypeName properties Modified
      • Properties are now required
        Breaking
    • CreatedAt, CreatedBy properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
PUT /references/certificationtypes/{TypeID}/variants/{VariantID}
  • Body
  • content type Modified
    • CertificationDurationDays, VariantName properties Modified
      • Properties are now required
        Breaking