Modify properties of an existing shortened URL including destination, alias, security settings, and status.
Authentication: Required (JWT token or session cookie)
API Key: Required (must have urls:manage or admin:all scope)
Rate Limits: 60/min, 5000/day
Ownership: Can only update URLs owned by your account
Updatable Properties:
long_url)Note: Pass null values to remove optional settings like password, max_clicks, or expire_after.
API key in format: spoo_
MongoDB ObjectId of the URL
New destination URL
New custom short code
Update or remove password (null to remove)
Update or remove click limit (null to remove)
Update or remove expiration (null to remove)
Update or remove bot blocking (null to remove)
Update or remove stats privacy (null to remove)
Change URL status
ACTIVE, INACTIVE