Skip to content

Commit

Permalink
Automated commit 'Merge pull request #48 from sailpoint/NEROCKET-1747
Browse files Browse the repository at this point in the history
NEROCKET-1747 fixing filters being listed as an object.' by github action: 11292781914
  • Loading branch information
developer-relations-sp committed Oct 11, 2024
1 parent 5fd859f commit dae3a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nerm/paths/audit_events.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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. An 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.
Expand Down
2 changes: 1 addition & 1 deletion nerm/requestBodies/POST/AuditEvents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ content:
example: "asc"
filters:
type: object
items:
properties:
$ref: "../../schemas/POST/AuditEvent.yaml"

0 comments on commit dae3a5a

Please sign in to comment.