deploy
This commit is contained in:
62
skills/metadata-cascade-policies/SKILL.md
Normal file
62
skills/metadata-cascade-policies/SKILL.md
Normal file
@@ -0,0 +1,62 @@
|
||||
---
|
||||
name: metadata-cascade-policies-routes
|
||||
description: Handle 5 OpenAPI operation(s) under /metadata_cascade_policies for the metadata cascade policies route group.
|
||||
---
|
||||
|
||||
# metadata cascade policies API Routes
|
||||
|
||||
Handle 5 OpenAPI operation(s) under /metadata_cascade_policies for the metadata cascade 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_metadata_cascade_policies
|
||||
|
||||
- Operation ID: `get_metadata_cascade_policies`
|
||||
- Route: `GET /metadata_cascade_policies`
|
||||
- Mode: READ
|
||||
- Summary: List metadata cascade policies
|
||||
- Parameters:
|
||||
- `folder_id` in `query` required
|
||||
- `owner_enterprise_id` in `query`
|
||||
- `marker` in `query`
|
||||
- `offset` in `query`
|
||||
|
||||
### post_metadata_cascade_policies
|
||||
|
||||
- Operation ID: `post_metadata_cascade_policies`
|
||||
- Route: `POST /metadata_cascade_policies`
|
||||
- Mode: WRITE
|
||||
- Summary: Create metadata cascade policy
|
||||
- Body: JSON request body accepted.
|
||||
|
||||
### get_metadata_cascade_policies_id
|
||||
|
||||
- Operation ID: `get_metadata_cascade_policies_id`
|
||||
- Route: `GET /metadata_cascade_policies/{metadata_cascade_policy_id}`
|
||||
- Mode: READ
|
||||
- Summary: Get metadata cascade policy
|
||||
- Parameters:
|
||||
- `metadata_cascade_policy_id` in `path` required
|
||||
|
||||
### delete_metadata_cascade_policies_id
|
||||
|
||||
- Operation ID: `delete_metadata_cascade_policies_id`
|
||||
- Route: `DELETE /metadata_cascade_policies/{metadata_cascade_policy_id}`
|
||||
- Mode: WRITE
|
||||
- Summary: Remove metadata cascade policy
|
||||
- Parameters:
|
||||
- `metadata_cascade_policy_id` in `path` required
|
||||
|
||||
### post_metadata_cascade_policies_id_apply
|
||||
|
||||
- Operation ID: `post_metadata_cascade_policies_id_apply`
|
||||
- Route: `POST /metadata_cascade_policies/{metadata_cascade_policy_id}/apply`
|
||||
- Mode: WRITE
|
||||
- Summary: Force-apply metadata cascade policy to folder
|
||||
- Parameters:
|
||||
- `metadata_cascade_policy_id` in `path` required
|
||||
- Body: JSON request body accepted.
|
||||
Reference in New Issue
Block a user