update_share_link
Update a share link's name, expiration, max uses, or active status. Provide only the fields you want to change.
Instructions
Update a share link. Only provide the fields you want to change.
Args: link_id: The UUID of the share link to update name: New name expires_at: New expiration timestamp (ISO 8601) max_uses: New maximum number of uses is_active: Whether the link is active
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link_id | Yes | ||
| name | No | ||
| expires_at | No | ||
| max_uses | No | ||
| is_active | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |