update

public final Response<Domain> update(String domainId, UpdateDomainRequest requestBody, RequestOverrides overrides)

Update a managed domain.

Return

The updated managed domain fields

Parameters

domainId

The ID or domain address of the domain to update

requestBody

The values to update the domain with

overrides

Request overrides containing Nylas Service Account signing headers


public final Response<Domain> update(String domainId, UpdateDomainRequest requestBody, ServiceAccountSigner signer, RequestOverrides overrides)
public final Response<Domain> update(String domainId, UpdateDomainRequest requestBody, ServiceAccountSigner signer)

Update a managed domain.

Return

The updated managed domain fields

Parameters

domainId

The ID or domain address of the domain to update

requestBody

The values to update the domain with

signer

Service Account signer used to generate Nylas request-signing headers

overrides

Optional request overrides to merge with signer headers