Update Website
Update the name, domain, or share ID of an existing website.Endpoint
Headers
Bearer token for authentication
Path Parameters
Website UUID
Request Body
Updated website name (max 100 characters)
Updated website domain (max 500 characters)
Updated share ID (max 50 characters, alphanumeric with hyphens). Set to
null to remove public sharing.All fields are optional. Only include fields you want to update.
Response
Website UUID
Updated website name
Updated website domain
Updated share ID
ISO 8601 timestamp of update
Example Request
Example Response
Removing Share ID
To disable public sharing, setshareId to null:
curl
Error Responses
Bad Request - Share ID already taken by another website
Unauthorized - You don’t have permission to update this website