deploy
This commit is contained in:
94
skills/asset-report/SKILL.md
Normal file
94
skills/asset-report/SKILL.md
Normal file
@@ -0,0 +1,94 @@
|
||||
---
|
||||
name: asset-report-routes
|
||||
description: Handle 10 OpenAPI operation(s) under /asset_report for the asset report route group.
|
||||
---
|
||||
|
||||
# asset report API Routes
|
||||
|
||||
Handle 10 OpenAPI operation(s) under /asset_report for the asset report 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
|
||||
|
||||
### asset_report_create
|
||||
|
||||
- Operation ID: `asset_report_create`
|
||||
- Route: `POST /asset_report/create`
|
||||
- Mode: WRITE
|
||||
- Summary: Create an Asset Report
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### asset_report_get
|
||||
|
||||
- Operation ID: `asset_report_get`
|
||||
- Route: `POST /asset_report/get`
|
||||
- Mode: WRITE
|
||||
- Summary: Retrieve an Asset Report
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### asset_report_pdf_get
|
||||
|
||||
- Operation ID: `asset_report_pdf_get`
|
||||
- Route: `POST /asset_report/pdf/get`
|
||||
- Mode: WRITE
|
||||
- Summary: Retrieve a PDF Asset Report
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### asset_report_refresh
|
||||
|
||||
- Operation ID: `asset_report_refresh`
|
||||
- Route: `POST /asset_report/refresh`
|
||||
- Mode: WRITE
|
||||
- Summary: Refresh an Asset Report
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### asset_report_filter
|
||||
|
||||
- Operation ID: `asset_report_filter`
|
||||
- Route: `POST /asset_report/filter`
|
||||
- Mode: WRITE
|
||||
- Summary: Filter Asset Report
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### asset_report_remove
|
||||
|
||||
- Operation ID: `asset_report_remove`
|
||||
- Route: `POST /asset_report/remove`
|
||||
- Mode: WRITE
|
||||
- Summary: Delete an Asset Report
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### asset_report_audit_copy_create
|
||||
|
||||
- Operation ID: `asset_report_audit_copy_create`
|
||||
- Route: `POST /asset_report/audit_copy/create`
|
||||
- Mode: WRITE
|
||||
- Summary: Create Asset Report Audit Copy
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### asset_report_audit_copy_get
|
||||
|
||||
- Operation ID: `asset_report_audit_copy_get`
|
||||
- Route: `POST /asset_report/audit_copy/get`
|
||||
- Mode: WRITE
|
||||
- Summary: Retrieve an Asset Report Audit Copy
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### asset_report_audit_copy_pdf_get
|
||||
|
||||
- Operation ID: `asset_report_audit_copy_pdf_get`
|
||||
- Route: `POST /asset_report/audit_copy/pdf/get`
|
||||
- Mode: WRITE
|
||||
- Summary: Retrieve a PDF Asset Report Audit Copy
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### asset_report_audit_copy_remove
|
||||
|
||||
- Operation ID: `asset_report_audit_copy_remove`
|
||||
- Route: `POST /asset_report/audit_copy/remove`
|
||||
- Mode: WRITE
|
||||
- Summary: Remove Asset Report Audit Copy
|
||||
- Body: JSON request body accepted.
|
||||
Reference in New Issue
Block a user