extend_qurl
Extend the expiration time of an active qURL by providing a resource ID or qURL display ID and a duration (e.g., '24h', '7d').
Instructions
Extend the expiration of an active qURL. Accepts a resource ID (r_) or qURL display ID (q_). Shorthand for update_qurl with only extend_by — use update_qurl for richer updates (tags, description, expiration).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_id | Yes | The resource ID (r_ prefix) or qURL display ID (q_ prefix) to extend. If a q_ ID is passed, the API resolves it to the parent resource automatically. | |
| extend_by | Yes | Duration to extend by (e.g., "24h", "7d") |