update_qurl
Update a qURL by extending its expiration, setting an absolute expiry, or modifying its tags and description. Accepts resource ID or qURL display ID. Provide at least one update field.
Instructions
Update a qURL - extend expiration, set an absolute expiry, update tags, or change the description. Accepts either a resource ID (r_ prefix) or qURL display ID (q_ prefix). Do not provide both extend_by and expires_at. At least one update field is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resource_id | Yes | The resource ID (r_ prefix) or qURL display ID (q_ prefix) to update. If a q_ ID is passed, the API resolves it to the parent resource automatically. | |
| extend_by | No | Duration to extend by (e.g., "24h", "7d"). Mutually exclusive with expires_at. | |
| expires_at | No | Absolute expiration timestamp (RFC 3339). Mutually exclusive with extend_by. | |
| tags | No | Replace all tags on this resource (max 10 tags, each 1-50 chars) | |
| description | No | Replace the resource description (max 500 chars) |