v1
latestOpenAPI 3.0.32026-07-1419076.2 KBUpdate an Existing Domain
This endpoint updates an existing domain owned by a client.
post/domains/{id}
Path parameters
idinteger required
The ID used to identify the domain.
Request body
Response
201
Example response
{
"data": {
"name": "seebot.test",
"url": "seebot.test",
"status": "active",
"scope": "client",
"id": 1000
}
}