Do not miss any Audit Logs API changes, ever again

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

RSS

Changelog

Last update:
Compare
6 structure changes including:
1 Breaking change
1 Addition
4 Modifications
1 Removal
Modified 4 Breaking
GET /api/v1.0/organizations/{organizationGuid}/audit-trails
  • Response
  • 200 response Modified
    • application/json content type Modified
      • continuationToken property Modified
        • Property is now required
          Breaking
        • Type went from string | null to null | string
      • responseData property Modified
        • Property is now required
          Breaking
        • Type went from array[object] | null to null | array[object]
        • id, organizationId, auditEvent, auditEntity, auditAction, coreEntity, coreEntityId, timestamp properties Modified
          • Properties are now required
            Breaking
        • contractedEntity property Modified
          • Property is now required
            Breaking
          • Type went from string | null to null | string
        • contractedEntityId property Modified
          • Property is now required
            Breaking
          • Type went from string(uuid) | null to null | string(uuid)
        • oldValue, newValue properties Modified
          • Properties are now required
            Breaking
          • Type went from object | null to null | object
        • diff property Modified
          • Property is now required
            Breaking
          • Type went from array[object] | null to null | array[object]
        • author, message properties Modified
      • hasMoreChanges property Modified
        • Property is now required
          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
  • Http bearer token authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Adra personal access token authentication method Added
GET /api/v1.0/organizations/{organizationGuid}/audit-trails/status
  • Response
  • 200 response Modified
    • application/json content type Modified
      • hasMoreChanges property Modified
        • Property is now required
          Breaking
      • continuationToken property Modified
        • Property is now required
          Breaking
        • Type went from string | null to null | string
  • 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
  • Http bearer token authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Adra personal access token authentication method Added
GET /api/v1.0/organizations/{organizationGuid}/auth-logs
  • Response
  • 200 response Modified
    • application/json content type Modified
      • continuationToken property Modified
        • Property is now required
          Breaking
        • Type went from string | null to null | string
      • responseData property Modified
        • Property is now required
          Breaking
        • Type went from array[object] | null to null | array[object]
        • id, organizationId, operatorId, authEvent, authAction, timestamp properties Modified
          • Properties are now required
            Breaking
        • unknownSub, ipAddress, logLevel properties Modified
          • Properties are now required
            Breaking
          • Type went from string | null to null | string
        • attributes property Modified
          • Property is now required
            Breaking
          • Type went from object | null to null | object
        • message property Modified
          • Property is now required
            Breaking
          • Type went from object to object | null
      • hasMoreChanges property Modified
        • Property is now required
          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
  • Http bearer token authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Adra personal access token authentication method Added
GET /api/v1.0/organizations/{organizationGuid}/auth-logs/status
  • Response
  • 200 response Modified
    • application/json content type Modified
      • hasMoreChanges property Modified
        • Property is now required
          Breaking
      • continuationToken property Modified
        • Property is now required
          Breaking
        • Type went from string | null to null | string
  • 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
  • Http bearer token authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Adra personal access token authentication method Added
Removed 1 Breaking
Http bearer tokenauthentication method
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 1
Adra personal access tokenauthentication method
4 structure changes including:
2 Additions
2 Modifications
Modified 2
GET /api/v1.0/organizations/{organizationGuid}/audit-trails
  • Response
  • 200 response Modified
    • application/json content type Modified
      • responseData property Modified
        • diff property Modified
          • Type went from array[object] to array[object] | null
        • author, message properties Modified
          • Type went from object to object | null
      • hasMoreChanges property Added
GET /api/v1.0/organizations/{organizationGuid}/auth-logs
  • Response
  • 200 response Modified
    • application/json content type Modified
      • hasMoreChanges property Added
Added 2
GET /api/v1.0/organizations/{organizationGuid}/audit-trails/status
GET /api/v1.0/organizations/{organizationGuid}/auth-logs/status
2 structure changes including:
1 Breaking change
1 Addition
1 Removal
Removed 1 Breaking
GET /api/organizations/{organizationSid}/scim/serviceConfiguration
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 1
GET /api/v1.0/organizations/{organizationGuid}/auth-logs
11 structure changes including:
9 Breaking changes
1 Addition
1 Modification
9 Removals
Modified 1 Breaking
GET /api/v1.0/organizations/{organizationGuid}/audit-trails
  • Authentication
  • Adra personal access token authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
Removed 9 Breaking
DELETE /api/organizations/{organizationSid}/scim/Users/{identifier}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/organizations/{organizationSid}/scim/ResourceTypes
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/organizations/{organizationSid}/scim/Schemas
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/organizations/{organizationSid}/scim/Users
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/organizations/{organizationSid}/scim/Users/{identifier}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
GET /api/organizations/{organizationSid}/scim/serviceConfiguration
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PATCH /api/organizations/{organizationSid}/scim/Users/{identifier}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /api/organizations/{organizationSid}/scim/Users
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
PUT /api/organizations/{organizationSid}/scim/Users/{identifier}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 1
GET /api/organizations/{organizationSid}/scim/serviceConfiguration