Skip to content

Commit

Permalink
Automated commit 'Merge pull request #43 from sailpoint/nerocket-1735…
Browse files Browse the repository at this point in the history
…-api-documentation

NEROCKET-1735 adding audit_events to the body.' by github action: 11127847658
  • Loading branch information
developer-relations-sp committed Oct 1, 2024
1 parent 598af49 commit f2e9636
Showing 1 changed file with 26 additions and 23 deletions.
49 changes: 26 additions & 23 deletions nerm/requestBodies/POST/AuditEvents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,29 @@ content:
schema:
type: object
properties:
offset:
description: The page of pagination for these events.
type: integer
format: int32
example: 1
sort_by:
description: A column that we are sorting these records from.
type: string
example: created_at
limit:
description: The limiting count for the amount of records returned.
type: integer
example: 1
format: int32
order:
description: Which direction the list should be sorted by
type: string
enum: [asc, desc]
example: "asc"
filters:
type: array
items:
$ref: "../../schemas/POST/AuditEvent.yaml"
audit_events:
type: object
properties:
offset:
description: The page of pagination for these events.
type: integer
format: int32
example: 1
sort_by:
description: A column that we are sorting these records from.
type: string
example: created_at
limit:
description: The limiting count for the amount of records returned.
type: integer
example: 1
format: int32
order:
description: Which direction the list should be sorted by
type: string
enum: [asc, desc]
example: "asc"
filters:
type: array
items:
$ref: "../../schemas/POST/AuditEvent.yaml"

0 comments on commit f2e9636

Please sign in to comment.