updateWebsite

suspend fun updateWebsite(websiteId: String, name: String? = null, domain: String? = null, shareId: String? = null): Website

Updates an existing website.

Return

The updated Website object.

Parameters

websiteId

The unique identifier of the website to update.

name

The new name for the website.

domain

The new domain for the website.

shareId

The new share ID for the website.