deploy
This commit is contained in:
@@ -0,0 +1,51 @@
|
||||
---
|
||||
name: shield-information-barrier-segment-restrictions-routes
|
||||
description: Handle 4 OpenAPI operation(s) under /shield_information_barrier_segment_restrictions for the shield information barrier segment restrictions route group.
|
||||
---
|
||||
|
||||
# shield information barrier segment restrictions API Routes
|
||||
|
||||
Handle 4 OpenAPI operation(s) under /shield_information_barrier_segment_restrictions for the shield information barrier segment restrictions 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_barrier_segment_restrictions_id
|
||||
|
||||
- Operation ID: `get_shield_information_barrier_segment_restrictions_id`
|
||||
- Route: `GET /shield_information_barrier_segment_restrictions/{shield_information_barrier_segment_restriction_id}`
|
||||
- Mode: READ
|
||||
- Summary: Get shield information barrier segment restriction by ID
|
||||
- Parameters:
|
||||
- `shield_information_barrier_segment_restriction_id` in `path` required
|
||||
|
||||
### delete_shield_information_barrier_segment_restrictions_id
|
||||
|
||||
- Operation ID: `delete_shield_information_barrier_segment_restrictions_id`
|
||||
- Route: `DELETE /shield_information_barrier_segment_restrictions/{shield_information_barrier_segment_restriction_id}`
|
||||
- Mode: WRITE
|
||||
- Summary: Delete shield information barrier segment restriction by ID
|
||||
- Parameters:
|
||||
- `shield_information_barrier_segment_restriction_id` in `path` required
|
||||
|
||||
### get_shield_information_barrier_segment_restrictions
|
||||
|
||||
- Operation ID: `get_shield_information_barrier_segment_restrictions`
|
||||
- Route: `GET /shield_information_barrier_segment_restrictions`
|
||||
- Mode: READ
|
||||
- Summary: List shield information barrier segment restrictions
|
||||
- Parameters:
|
||||
- `shield_information_barrier_segment_id` in `query` required
|
||||
- `marker` in `query`
|
||||
- `limit` in `query`
|
||||
|
||||
### post_shield_information_barrier_segment_restrictions
|
||||
|
||||
- Operation ID: `post_shield_information_barrier_segment_restrictions`
|
||||
- Route: `POST /shield_information_barrier_segment_restrictions`
|
||||
- Mode: WRITE
|
||||
- Summary: Create shield information barrier segment restriction
|
||||
- Body: JSON request body accepted.
|
||||
Reference in New Issue
Block a user