50 lines
1.7 KiB
Markdown
50 lines
1.7 KiB
Markdown
---
|
|
name: shield-information-barriers-routes
|
|
description: Handle 4 OpenAPI operation(s) under /shield_information_barriers for the shield information barriers route group.
|
|
---
|
|
|
|
# shield information barriers API Routes
|
|
|
|
Handle 4 OpenAPI operation(s) under /shield_information_barriers for the shield information barriers 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_shield_information_barriers_id
|
|
|
|
- Operation ID: `get_shield_information_barriers_id`
|
|
- Route: `GET /shield_information_barriers/{shield_information_barrier_id}`
|
|
- Mode: READ
|
|
- Summary: Get shield information barrier with specified ID
|
|
- Parameters:
|
|
- `shield_information_barrier_id` in `path` required
|
|
|
|
### post_shield_information_barriers_change_status
|
|
|
|
- Operation ID: `post_shield_information_barriers_change_status`
|
|
- Route: `POST /shield_information_barriers/change_status`
|
|
- Mode: WRITE
|
|
- Summary: Add changed status of shield information barrier with specified ID
|
|
- Body: JSON request body accepted.
|
|
|
|
### get_shield_information_barriers
|
|
|
|
- Operation ID: `get_shield_information_barriers`
|
|
- Route: `GET /shield_information_barriers`
|
|
- Mode: READ
|
|
- Summary: List shield information barriers
|
|
- Parameters:
|
|
- `marker` in `query`
|
|
- `limit` in `query`
|
|
|
|
### post_shield_information_barriers
|
|
|
|
- Operation ID: `post_shield_information_barriers`
|
|
- Route: `POST /shield_information_barriers`
|
|
- Mode: WRITE
|
|
- Summary: Create shield information barrier
|
|
- Body: JSON request body accepted.
|