API referenceWorkspacesUpdate a workspacePATCHhttps://api.us.nylas.comhttps://api.eu.nylas.com/v3/workspaces/{workspace_id}Update a workspaceActionsUpdates the specified workspace. NYLAS API KEYParametersPath parametersworkspace_id*stringID of the workspace to access.Example: "123e4567-e89b-12d3-a456-426614174000"Request bodySchemaJSONauto_groupbooleanWhen true, specifies that newly created grants in the application are automatically assigned to the workspace if their email address' domain matches the domain.Example: truedomainstringThe top-level domain associated with the workspace.Example: "nylas.com"namestringA short, descriptive name for the workspace.Example: "The Nylas Workspace"Responses200Success. Returns updated Workspace object.request_idstringThe request ID.Example: "5967ca40-a2d8-4ee0-a0e0-6f18ace39a90"dataobject401Error: Not authenticated404Error: Not foundTry itPATCHhttps://api.us.nylas.com/v3/workspaces/123e4567-e89b-12d3-a456-426614174000API keyFind your API key in the Nylas Dashboard under API Keys in your application settings.ServerU.S. (https://api.us.nylas.com)E.U. (https://api.eu.nylas.com)Path parametersworkspace_idrequiredstringID of the workspace to access.Request bodyLoading editor...Autocomplete and validation come from this endpoint's request schema.