Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion apis/audit-log-query/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,8 @@ paths:
description: |
The client reached the maximum number of requests per minute per IP.
The client should retry the request later.
operationId: createOrganizationsByIdQueryMediatypeextension
summary: Query audit logs as CSV export
operationId: queryAuditLogsCsv
"/organizations/{id}/platforms":
get:
description: |
Expand Down Expand Up @@ -490,6 +491,7 @@ paths:
description: |
The client reached the maximum number of requests per minute per IP.
The client should retry the request later.
summary: List organization platforms
operationId: getOrganizationsByIdPlatforms
"/organizations/{id}/objectTypes":
get:
Expand Down Expand Up @@ -530,6 +532,7 @@ paths:
description: |
The client reached the maximum number of requests per minute per IP.
The client should retry the request later.
summary: List organization object types
operationId: getOrganizationsByIdObjecttypes
"/organizations/{id}/objects":
get:
Expand Down Expand Up @@ -617,6 +620,7 @@ paths:
description: |
The client reached the maximum number of requests per minute per IP.
The client should retry the request later.
summary: Search organization audit objects
operationId: getOrganizationsByIdObjects
"/organizations/{id}/actions":
get:
Expand Down Expand Up @@ -658,6 +662,7 @@ paths:
description: |
The client reached the maximum number of requests per minute per IP.
The client should retry the request later.
summary: List organization audit actions
operationId: getOrganizationsByIdActions
"/organizations/{id}/retentionSettings":
get:
Expand Down Expand Up @@ -687,6 +692,7 @@ paths:
description: |
The client reached the maximum number of requests per minute per IP.
The client should retry the request later.
summary: Get organization retention settings
operationId: getOrganizationsByIdRetentionsettings
put:
description: >
Expand Down Expand Up @@ -741,6 +747,7 @@ paths:
description: |
The client reached the maximum number of requests per minute per IP.
The client should retry the request later.
summary: Update organization retention settings
operationId: updateOrganizationsByIdRetentionsettings
components:
securitySchemes:
Expand Down
Loading