deploy
This commit is contained in:
64
skills/byoip-prefixes/SKILL.md
Normal file
64
skills/byoip-prefixes/SKILL.md
Normal file
@@ -0,0 +1,64 @@
|
||||
---
|
||||
name: byoip-prefixes-routes
|
||||
description: Handle 6 OpenAPI operation(s) under /v2/byoip_prefixes for the byoip prefixes route group.
|
||||
---
|
||||
|
||||
# byoip prefixes API Routes
|
||||
|
||||
Handle 6 OpenAPI operation(s) under /v2/byoip_prefixes for the byoip prefixes 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
|
||||
|
||||
### post_v2_byoip_prefixes
|
||||
|
||||
- Operation ID: `post_v2_byoip_prefixes`
|
||||
- Route: `POST /v2/byoip_prefixes`
|
||||
- Mode: WRITE
|
||||
- Summary: post_/v2/byoip_prefixes
|
||||
|
||||
### get_v2_byoip_prefixes
|
||||
|
||||
- Operation ID: `get_v2_byoip_prefixes`
|
||||
- Route: `GET /v2/byoip_prefixes`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/byoip_prefixes
|
||||
|
||||
### get_v2_byoip_prefixes_byoip_prefix_uuid
|
||||
|
||||
- Operation ID: `get_v2_byoip_prefixes_byoip_prefix_uuid`
|
||||
- Route: `GET /v2/byoip_prefixes/{byoip_prefix_uuid}`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/byoip_prefixes/{byoip_prefix_uuid}
|
||||
- Parameters:
|
||||
- `byoip_prefix_uuid` in `path` required
|
||||
|
||||
### delete_v2_byoip_prefixes_byoip_prefix_uuid
|
||||
|
||||
- Operation ID: `delete_v2_byoip_prefixes_byoip_prefix_uuid`
|
||||
- Route: `DELETE /v2/byoip_prefixes/{byoip_prefix_uuid}`
|
||||
- Mode: WRITE
|
||||
- Summary: delete_/v2/byoip_prefixes/{byoip_prefix_uuid}
|
||||
- Parameters:
|
||||
- `byoip_prefix_uuid` in `path` required
|
||||
|
||||
### patch_v2_byoip_prefixes_byoip_prefix_uuid
|
||||
|
||||
- Operation ID: `patch_v2_byoip_prefixes_byoip_prefix_uuid`
|
||||
- Route: `PATCH /v2/byoip_prefixes/{byoip_prefix_uuid}`
|
||||
- Mode: WRITE
|
||||
- Summary: patch_/v2/byoip_prefixes/{byoip_prefix_uuid}
|
||||
- Parameters:
|
||||
- `byoip_prefix_uuid` in `path` required
|
||||
|
||||
### get_v2_byoip_prefixes_byoip_prefix_uuid_ips
|
||||
|
||||
- Operation ID: `get_v2_byoip_prefixes_byoip_prefix_uuid_ips`
|
||||
- Route: `GET /v2/byoip_prefixes/{byoip_prefix_uuid}/ips`
|
||||
- Mode: READ
|
||||
- Summary: get_/v2/byoip_prefixes/{byoip_prefix_uuid}/ips
|
||||
- Parameters:
|
||||
- `byoip_prefix_uuid` in `path` required
|
||||
Reference in New Issue
Block a user