115 lines
2.8 KiB
Markdown
115 lines
2.8 KiB
Markdown
---
|
|
name: climate-routes
|
|
description: Handle 9 OpenAPI operation(s) under /v1/climate for the climate route group.
|
|
---
|
|
|
|
# climate API Routes
|
|
|
|
Handle 9 OpenAPI operation(s) under /v1/climate for the climate 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_climate_orders
|
|
|
|
- Operation ID: `get_climate_orders`
|
|
- Route: `GET /v1/climate/orders`
|
|
- Mode: READ
|
|
- Summary: List orders
|
|
- Parameters:
|
|
- `ending_before` in `query`
|
|
- `expand` in `query`
|
|
- `limit` in `query`
|
|
- `starting_after` in `query`
|
|
- Body: JSON request body accepted.
|
|
|
|
### post_climate_orders
|
|
|
|
- Operation ID: `post_climate_orders`
|
|
- Route: `POST /v1/climate/orders`
|
|
- Mode: WRITE
|
|
- Summary: Create an order
|
|
- Body: JSON request body accepted.
|
|
|
|
### get_climate_orders_order
|
|
|
|
- Operation ID: `get_climate_orders_order`
|
|
- Route: `GET /v1/climate/orders/{order}`
|
|
- Mode: READ
|
|
- Summary: Retrieve an order
|
|
- Parameters:
|
|
- `expand` in `query`
|
|
- `order` in `path` required
|
|
- Body: JSON request body accepted.
|
|
|
|
### post_climate_orders_order
|
|
|
|
- Operation ID: `post_climate_orders_order`
|
|
- Route: `POST /v1/climate/orders/{order}`
|
|
- Mode: WRITE
|
|
- Summary: Update an order
|
|
- Parameters:
|
|
- `order` in `path` required
|
|
- Body: JSON request body accepted.
|
|
|
|
### post_climate_orders_order_cancel
|
|
|
|
- Operation ID: `post_climate_orders_order_cancel`
|
|
- Route: `POST /v1/climate/orders/{order}/cancel`
|
|
- Mode: WRITE
|
|
- Summary: Cancel an order
|
|
- Parameters:
|
|
- `order` in `path` required
|
|
- Body: JSON request body accepted.
|
|
|
|
### get_climate_products
|
|
|
|
- Operation ID: `get_climate_products`
|
|
- Route: `GET /v1/climate/products`
|
|
- Mode: READ
|
|
- Summary: List products
|
|
- Parameters:
|
|
- `ending_before` in `query`
|
|
- `expand` in `query`
|
|
- `limit` in `query`
|
|
- `starting_after` in `query`
|
|
- Body: JSON request body accepted.
|
|
|
|
### get_climate_products_product
|
|
|
|
- Operation ID: `get_climate_products_product`
|
|
- Route: `GET /v1/climate/products/{product}`
|
|
- Mode: READ
|
|
- Summary: Retrieve a product
|
|
- Parameters:
|
|
- `expand` in `query`
|
|
- `product` in `path` required
|
|
- Body: JSON request body accepted.
|
|
|
|
### get_climate_suppliers
|
|
|
|
- Operation ID: `get_climate_suppliers`
|
|
- Route: `GET /v1/climate/suppliers`
|
|
- Mode: READ
|
|
- Summary: List suppliers
|
|
- Parameters:
|
|
- `ending_before` in `query`
|
|
- `expand` in `query`
|
|
- `limit` in `query`
|
|
- `starting_after` in `query`
|
|
- Body: JSON request body accepted.
|
|
|
|
### get_climate_suppliers_supplier
|
|
|
|
- Operation ID: `get_climate_suppliers_supplier`
|
|
- Route: `GET /v1/climate/suppliers/{supplier}`
|
|
- Mode: READ
|
|
- Summary: Retrieve a supplier
|
|
- Parameters:
|
|
- `expand` in `query`
|
|
- `supplier` in `path` required
|
|
- Body: JSON request body accepted.
|