deploy
This commit is contained in:
30
skills/billing-plans/SKILL.md
Normal file
30
skills/billing-plans/SKILL.md
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
name: billing-plans-routes
|
||||
description: Handle 2 OpenAPI operation(s) under /v2.1/billing_plans for the billing plans route group.
|
||||
---
|
||||
|
||||
# billing plans API Routes
|
||||
|
||||
Handle 2 OpenAPI operation(s) under /v2.1/billing_plans for the billing plans 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
|
||||
|
||||
### billing_plans_get_billing_plans
|
||||
|
||||
- Operation ID: `billing_plans_get_billing_plans`
|
||||
- Route: `GET /v2.1/billing_plans`
|
||||
- Mode: READ
|
||||
- Summary: Gets a list of available billing plans.
|
||||
|
||||
### billing_plans_get_billing_plan
|
||||
|
||||
- Operation ID: `billing_plans_get_billing_plan`
|
||||
- Route: `GET /v2.1/billing_plans/{billingPlanId}`
|
||||
- Mode: READ
|
||||
- Summary: Gets billing plan details.
|
||||
- Parameters:
|
||||
- `billingPlanId` in `path` required
|
||||
Reference in New Issue
Block a user