pl-api
    Preparing search index...

    Interface AdminCreateDomainParams

    interface AdminCreateDomainParams {
        domain: string;
        public?: boolean;
    }
    Index

    Properties

    Properties

    domain: string

    domain name

    public?: boolean

    defaults to false, whether it is possible to register an account under the domain by everyone