v1
latestOpenAPI 3.0.32026-07-1419076.2 KBUpdate an Existing Link
This endpoint updates an existing link owned by a client.
put/links/{id}
Path parameters
idinteger required
The ID used to identify the link.
Request body
Response
201
Example response
{
"id": 1,
"name": "Test Link",
"path": "testing",
"redirect": "https://seebot.run",
"status": "active",
"health_status": "unknown",
"domain_id": 1000,
"generated_url": "http://seebot.test/testing",
"domain": {
"id": 1000,
"name": "seebot.test",
"url": "seebot.test",
"status": "deleted",
"scope": "client"
}
}