deploy
This commit is contained in:
55
skills/billing-groups/SKILL.md
Normal file
55
skills/billing-groups/SKILL.md
Normal file
@@ -0,0 +1,55 @@
|
||||
---
|
||||
name: billing-groups-routes
|
||||
description: Handle 4 OpenAPI operation(s) under /billing_groups for the billing groups route group.
|
||||
---
|
||||
|
||||
# billing groups API Routes
|
||||
|
||||
Handle 4 OpenAPI operation(s) under /billing_groups for the billing groups 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_group_retrieve
|
||||
|
||||
- Operation ID: `billing_group_retrieve`
|
||||
- Route: `GET /billing_groups/{bg_id}`
|
||||
- Mode: READ
|
||||
- Summary: Retrieve
|
||||
- Parameters:
|
||||
- `bg_id` in `path` required
|
||||
|
||||
### billing_group_update
|
||||
|
||||
- Operation ID: `billing_group_update`
|
||||
- Route: `POST /billing_groups/{bg_id}`
|
||||
- Mode: WRITE
|
||||
- Summary: Update
|
||||
- Parameters:
|
||||
- `bg_id` in `path` required
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### billing_groups_list
|
||||
|
||||
- Operation ID: `billing_groups_list`
|
||||
- Route: `GET /billing_groups`
|
||||
- Mode: READ
|
||||
- Summary: List
|
||||
- Parameters:
|
||||
- `limit` in `query`
|
||||
- `offset` in `query`
|
||||
- `include` in `query`
|
||||
- `date_created` in `query`
|
||||
- `date_modified` in `query`
|
||||
- `sort_by` in `query`
|
||||
|
||||
### billing_group_create
|
||||
|
||||
- Operation ID: `billing_group_create`
|
||||
- Route: `POST /billing_groups`
|
||||
- Mode: WRITE
|
||||
- Summary: Create
|
||||
- Body: JSON request body accepted.
|
||||
Reference in New Issue
Block a user