63 lines
1.8 KiB
Markdown
63 lines
1.8 KiB
Markdown
---
|
|
name: legal-hold-policies-routes
|
|
description: Handle 5 OpenAPI operation(s) under /legal_hold_policies for the legal hold policies route group.
|
|
---
|
|
|
|
# legal hold policies API Routes
|
|
|
|
Handle 5 OpenAPI operation(s) under /legal_hold_policies for the legal hold policies 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_legal_hold_policies
|
|
|
|
- Operation ID: `get_legal_hold_policies`
|
|
- Route: `GET /legal_hold_policies`
|
|
- Mode: READ
|
|
- Summary: List all legal hold policies
|
|
- Parameters:
|
|
- `policy_name` in `query`
|
|
- `fields` in `query`
|
|
- `marker` in `query`
|
|
- `limit` in `query`
|
|
|
|
### post_legal_hold_policies
|
|
|
|
- Operation ID: `post_legal_hold_policies`
|
|
- Route: `POST /legal_hold_policies`
|
|
- Mode: WRITE
|
|
- Summary: Create legal hold policy
|
|
- Body: JSON request body accepted.
|
|
|
|
### get_legal_hold_policies_id
|
|
|
|
- Operation ID: `get_legal_hold_policies_id`
|
|
- Route: `GET /legal_hold_policies/{legal_hold_policy_id}`
|
|
- Mode: READ
|
|
- Summary: Get legal hold policy
|
|
- Parameters:
|
|
- `legal_hold_policy_id` in `path` required
|
|
|
|
### put_legal_hold_policies_id
|
|
|
|
- Operation ID: `put_legal_hold_policies_id`
|
|
- Route: `PUT /legal_hold_policies/{legal_hold_policy_id}`
|
|
- Mode: WRITE
|
|
- Summary: Update legal hold policy
|
|
- Parameters:
|
|
- `legal_hold_policy_id` in `path` required
|
|
- Body: JSON request body accepted.
|
|
|
|
### delete_legal_hold_policies_id
|
|
|
|
- Operation ID: `delete_legal_hold_policies_id`
|
|
- Route: `DELETE /legal_hold_policies/{legal_hold_policy_id}`
|
|
- Mode: WRITE
|
|
- Summary: Remove legal hold policy
|
|
- Parameters:
|
|
- `legal_hold_policy_id` in `path` required
|