Update Link
Update the properties of an existing short link.Endpoint
This endpoint uses the POST HTTP method in the actual implementation, but follows PUT semantics for updating resources.
Headers
Bearer token for authentication
Path Parameters
Link UUID
Request Body
Link name (max 100 characters)
Destination URL (max 500 characters)
URL slug (min 8 characters, max 100 characters). Must be unique.
All fields are optional. Only provide the fields you want to update.
Response
Link UUID
Updated link name
Updated destination URL
Updated URL slug
Owner user UUID
Team UUID
ISO 8601 timestamp of last update
Example Request
Example Response
Error Responses
Bad Request - The slug is already taken by another link
Unauthorized - You don’t have permission to update this link
Not Found - Link does not exist
You must have update permissions for the link to modify it.