nylas
    Preparing search index...

    Interface UpdateApplicationRequest

    Interface representing a request to update application details.

    All fields are optional; each supplied nested object is a full replace, not a deep merge. Note: callbackUris/redirectUris are ignored by this endpoint — manage callback URIs via the dedicated redirect-uris endpoints.

    interface UpdateApplicationRequest {
        additionalSettings?: AdditionalSettings;
        branding?: Partial<Branding>;
        domain?: string;
        hostedAuthentication?: HostedAuthentication;
        idpSettings?: IdpSettings;
    }
    Index

    Properties

    additionalSettings?: AdditionalSettings

    Additional settings for the application.

    Write-only: persisted on update but stripped from the response.

    branding?: Partial<Branding>

    Branding details for the application.

    domain?: string

    White-label domain for the application.

    hostedAuthentication?: HostedAuthentication

    Hosted authentication branding details.

    idpSettings?: IdpSettings

    Identity provider (IdP) settings for the application.