From d5f2ef33315ec5d9cb14e5e4350cce4f68ecc753 Mon Sep 17 00:00:00 2001 From: developer-relations-sp Date: Thu, 17 Oct 2024 20:03:49 +0000 Subject: [PATCH] Automated commit 'Merge pull request #52 from sailpoint/NEROCKET-1747-b NEROCKET-1747 resolving description error.' by github action: 11392186962 --- nerm/paths/audit_events.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/nerm/paths/audit_events.yaml b/nerm/paths/audit_events.yaml index 855baad7..f3bc66cd 100644 --- a/nerm/paths/audit_events.yaml +++ b/nerm/paths/audit_events.yaml @@ -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