2.8 KiB
2.8 KiB
name, description
| name | description |
|---|---|
| climate-routes | 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_beforeinqueryexpandinquerylimitinquerystarting_afterinquery
- 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:
expandinqueryorderinpathrequired
- 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:
orderinpathrequired
- 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:
orderinpathrequired
- 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_beforeinqueryexpandinquerylimitinquerystarting_afterinquery
- 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:
expandinqueryproductinpathrequired
- 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_beforeinqueryexpandinquerylimitinquerystarting_afterinquery
- 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:
expandinquerysupplierinpathrequired
- Body: JSON request body accepted.