nylas
    Preparing search index...

    Interface UpdateDomainRequest

    Interface representing a request to update a domain.

    Only name is updatable. domainAddress cannot be changed after create; delete and recreate the domain to use a different address.

    interface UpdateDomainRequest {
        name?: string;
    }
    Index

    Properties

    Properties

    name?: string

    New human-readable label.