update_shared_link
Modify a shared link's permissions and expiry. Control download, upload, metadata visibility, or set expiration date; changes take effect immediately.
Instructions
Update a shared link's permissions or expiry. Use this to tighten/loosen access or set an expiration date. Side effect: changes public link behavior immediately.
Args:
link_id: The shared link's UUID.
allow_download: Allow visitors to download original files.
show_metadata: Show EXIF data to visitors.
allow_upload: Allow visitors to upload photos to the shared album.
description: Link description. Empty string clears it.
expiry_at: ISO 8601 expiry datetime. Empty string removes expiry (link never expires).
Returns: JSON with the updated shared link object.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| link_id | Yes | ||
| allow_download | No | ||
| show_metadata | No | ||
| allow_upload | No | ||
| description | No | ||
| expiry_at | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |