Update entity settings

Updates the settings for a specific entity including autopilot mode

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

entityIdstringRequired
ID of the entity to update settings for

Request

This endpoint expects an object.
smartSuggestionsbooleanOptional
smartAssistantbooleanOptional
smartSummarybooleanOptional
autopilotModebooleanOptional

Enable/disable autopilot mode for automatic transaction posting

notificationFrequencyenumOptional
Allowed values:
accountingMethodenumOptional
Allowed values:
fiscalYearStartstringOptionalformat: "date-time"
defaultCurrencystringOptional

Response

Settings updated successfully
settingsobject or null

Errors