deploy
This commit is contained in:
76
skills/audit-logs/SKILL.md
Normal file
76
skills/audit-logs/SKILL.md
Normal file
@@ -0,0 +1,76 @@
|
||||
---
|
||||
name: audit-logs-routes
|
||||
description: Handle 6 OpenAPI operation(s) under /audit_logs for the audit logs route group.
|
||||
---
|
||||
|
||||
# audit logs API Routes
|
||||
|
||||
Handle 6 OpenAPI operation(s) under /audit_logs for the audit logs route group.
|
||||
|
||||
Use the generated operation tools to make real API calls. Do not invent API responses.
|
||||
If a tool reports missing setup, return the exact setup field name to the caller.
|
||||
For write, update, or delete operations, state the intended action before calling the tool.
|
||||
|
||||
## Operations
|
||||
|
||||
### audit_log_validators_controller_list
|
||||
|
||||
- Operation ID: `audit_log_validators_controller_list`
|
||||
- Route: `GET /audit_logs/actions`
|
||||
- Mode: READ
|
||||
- Summary: List Actions
|
||||
- Parameters:
|
||||
- `before` in `query`
|
||||
- `after` in `query`
|
||||
- `limit` in `query`
|
||||
- `order` in `query`
|
||||
|
||||
### audit_log_validator_versions_controller_create
|
||||
|
||||
- Operation ID: `audit_log_validator_versions_controller_create`
|
||||
- Route: `POST /audit_logs/actions/{actionName}/schemas`
|
||||
- Mode: WRITE
|
||||
- Summary: Create Schema
|
||||
- Parameters:
|
||||
- `actionName` in `path` required
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### audit_log_validator_versions_controller_schemas
|
||||
|
||||
- Operation ID: `audit_log_validator_versions_controller_schemas`
|
||||
- Route: `GET /audit_logs/actions/{actionName}/schemas`
|
||||
- Mode: READ
|
||||
- Summary: List Schemas
|
||||
- Parameters:
|
||||
- `actionName` in `path` required
|
||||
- `before` in `query`
|
||||
- `after` in `query`
|
||||
- `limit` in `query`
|
||||
- `order` in `query`
|
||||
|
||||
### audit_log_events_controller_create
|
||||
|
||||
- Operation ID: `audit_log_events_controller_create`
|
||||
- Route: `POST /audit_logs/events`
|
||||
- Mode: WRITE
|
||||
- Summary: Create Event
|
||||
- Parameters:
|
||||
- `idempotency-key` in `header`
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### audit_log_exports_controller_exports
|
||||
|
||||
- Operation ID: `audit_log_exports_controller_exports`
|
||||
- Route: `POST /audit_logs/exports`
|
||||
- Mode: WRITE
|
||||
- Summary: Create Export
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### audit_log_exports_controller_export
|
||||
|
||||
- Operation ID: `audit_log_exports_controller_export`
|
||||
- Route: `GET /audit_logs/exports/{auditLogExportId}`
|
||||
- Mode: READ
|
||||
- Summary: Get Export
|
||||
- Parameters:
|
||||
- `auditLogExportId` in `path` required
|
||||
Reference in New Issue
Block a user