Do not miss any Shared API changes, ever again

Subscribe to the Shared API changelog to be up to date on recent changes.

RSS

about 1 hour ago

main
1.0
Compare

API structure has changed

Next change
2 structure changes including:
1 Addition
1 Modification
Modified 1 Breaking
GET /api/v1.0/engagements/{engagementSid}/legal-entities
  • Response
  • 200 response Modified
    • application/json content type Modified
      • value property Modified
        • Property is now required
          Breaking
        • organizationNo, address1, address2, postalCode, city, extraInfo properties Modified
          • Properties are now required
            Breaking
          • Type went from string | null to null | string
      • @odata.count, @odata.nextPage properties Modified
        • Type went from string | null to string
          Breaking
  • 400 response Modified
    • application/problem+json content type Modified
      • type, title, detail, instance properties Modified
        • Type went from string | null to string
          Breaking
      • status property Modified
        • Type went from integer(int32) | null to integer(int32)
          Breaking
  • 401 response Modified
    • application/problem+json content type Modified
      • type, title, detail, instance properties Modified
        • Type went from string | null to string
          Breaking
      • status property Modified
        • Type went from integer(int32) | null to integer(int32)
          Breaking
  • 403 response Modified
    • application/problem+json content type Modified
      • type, title, detail, instance properties Modified
        • Type went from string | null to string
          Breaking
      • status property Modified
        • Type went from integer(int32) | null to integer(int32)
          Breaking
  • 404 response Modified
    • application/problem+json content type Modified
      • type, title, detail, instance properties Modified
        • Type went from string | null to string
          Breaking
      • status property Modified
        • Type went from integer(int32) | null to integer(int32)
          Breaking
  • default response Modified
    • application/problem+json content type Modified
      • type, title, detail, instance properties Modified
        • Type went from string | null to string
          Breaking
      • status property Modified
        • Type went from integer(int32) | null to integer(int32)
          Breaking
  • Authentication
  • Adra oauth client cred authentication method Added
Added 1
Adra oauth client credauthentication method