48 lines
1.3 KiB
Markdown
48 lines
1.3 KiB
Markdown
---
|
|
name: forwarding-routes
|
|
description: Handle 3 OpenAPI operation(s) under /v1/forwarding/requests for the forwarding route group.
|
|
---
|
|
|
|
# forwarding API Routes
|
|
|
|
Handle 3 OpenAPI operation(s) under /v1/forwarding/requests for the forwarding 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_forwarding_requests
|
|
|
|
- Operation ID: `get_forwarding_requests`
|
|
- Route: `GET /v1/forwarding/requests`
|
|
- Mode: READ
|
|
- Summary: List all ForwardingRequests
|
|
- Parameters:
|
|
- `created` in `query`
|
|
- `ending_before` in `query`
|
|
- `expand` in `query`
|
|
- `limit` in `query`
|
|
- `starting_after` in `query`
|
|
- Body: JSON request body accepted.
|
|
|
|
### post_forwarding_requests
|
|
|
|
- Operation ID: `post_forwarding_requests`
|
|
- Route: `POST /v1/forwarding/requests`
|
|
- Mode: WRITE
|
|
- Summary: Create a ForwardingRequest
|
|
- Body: JSON request body accepted.
|
|
|
|
### get_forwarding_requests_id
|
|
|
|
- Operation ID: `get_forwarding_requests_id`
|
|
- Route: `GET /v1/forwarding/requests/{id}`
|
|
- Mode: READ
|
|
- Summary: Retrieve a ForwardingRequest
|
|
- Parameters:
|
|
- `expand` in `query`
|
|
- `id` in `path` required
|
|
- Body: JSON request body accepted.
|