Skip to content

Commit

Permalink
Automated commit 'Merge pull request #52 from sailpoint/NEROCKET-1747-b
Browse files Browse the repository at this point in the history
NEROCKET-1747 resolving description error.' by github action: 11392186962
  • Loading branch information
developer-relations-sp committed Oct 17, 2024
1 parent e607b8a commit d5f2ef3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nerm/paths/audit_events.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
post:
summary: Query for Audit events
description: >-
description: |-
This endpoint provides a search engine for Audit Events by optionally combining subject_type, type, and subject_id to narrow down the audit events. A Subject Type of Profile links up to the AuditableProfile types. An Subject Type of WorkflowSession links up to the AuditableWorkflow types. An Subject Type of Get/Post/Patch/Delete links up to the AuditableApi types. The remaining Subject Types link up to the ActiveRecord types (configuration changes).
-Any workflow audit event created as of 10/11/2024 will be able to be queried by workflow name, workflow uid, or workflow profile type.
-Any profile audit event created as of 10/11/2024 will be able to be queried by profile type.
-The entity_type parameter has been updated to subject_type, which now matches what is in the response object.
-With the additional query filters added, there is a max of 5 filter parameters at one time (aside from pagination parameters)
- Any workflow audit event created as of 10/11/2024 will be able to be queried by workflow name, workflow uid, or workflow profile type.
- Any profile audit event created as of 10/11/2024 will be able to be queried by profile type.
- The entity_type parameter has been updated to subject_type, which now matches what is in the response object.
- With the additional query filters added, there is a max of 5 filter parameters at one time (aside from pagination parameters)
To accommodate these changes, an API contract change was required. Please read the updated API documentation for the new request syntax.
operationId: search
Expand Down

0 comments on commit d5f2ef3

Please sign in to comment.