Skip to content

Commit

Permalink
Add rate limit description notice to AuditLogsMicroservice endpoints (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jrdevore authored Nov 6, 2024
1 parent f71a106 commit 2fde463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi-specs/cspm/AuditLogsMicroService.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"Audit Logs"
],
"summary": "Get Audit Logs",
"description": "Retrieves paginated audit logs based on the provided filter criteria.",
"description": "Retrieves paginated audit logs based on the provided filter criteria.\n\n#### Rate Limits ####\n\nThe following rate limits apply:\n* Request rate limit: 10/sec \n* Burst limit: 10/sec \n",
"operationId": "getAuditLogs",
"requestBody": {
"content": {
Expand Down Expand Up @@ -143,7 +143,7 @@
"Audit Logs"
],
"summary": "Get Filter Suggestions",
"description": "Get UI Filter Suggestions for Resource Types and User",
"description": "Get UI Filter Suggestions for Resource Types and User\n\n#### Rate Limits ####\n\nThe following rate limits apply:\n* Request rate limit: 10/sec \n* Burst limit: 10/sec \n",
"operationId": "getResourceTypes",
"requestBody": {
"content": {
Expand Down

0 comments on commit 2fde463

Please sign in to comment.