createWebsite

suspend fun createWebsite(name: String, domain: String, shareId: String? = null, teamId: String? = null, id: String? = null): Website

Creates a new website.

Return

The created Website object.

Parameters

name

The name for the website.

domain

The domain for the website.

shareId

The share ID for the website.

teamId

The team ID for the website.

id

The ID for the website.