deploy
This commit is contained in:
25
skills/billing/SKILL.md
Normal file
25
skills/billing/SKILL.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
name: billing-routes
|
||||
description: Handle 1 OpenAPI operation(s) under /v2/billing/{account_urn}/insights/{start_date}/{end_date} for the billing route group.
|
||||
---
|
||||
|
||||
# billing API Routes
|
||||
|
||||
Handle 1 OpenAPI operation(s) under /v2/billing/{account_urn}/insights/{start_date}/{end_date} for the billing 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
|
||||
|
||||
### get_v2_billing_account_urn_insights_start_date_end_date
|
||||
|
||||
- Operation ID: `get_v2_billing_account_urn_insights_start_date_end_date`
|
||||
- Route: `GET /v2/billing/{account_urn}/insights/{start_date}/{end_date}`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/billing/{account_urn}/insights/{start_date}/{end_date}
|
||||
- Parameters:
|
||||
- `account_urn` in `path` required
|
||||
- `start_date` in `path` required
|
||||
- `end_date` in `path` required
|
||||
Reference in New Issue
Block a user