Update entity settings

Updates the settings for a specific entity including autopilot mode

Path parameters

entityIdstringRequired
ID of the entity to update settings for

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
smartSuggestionsbooleanOptional
smartAssistantbooleanOptional
smartSummarybooleanOptional
autopilotModebooleanOptional

Enable/disable autopilot mode for automatic transaction posting

notificationFrequencyenumOptional
Allowed values:
accountingMethodenumOptional
Allowed values:
fiscalYearStartdatetimeOptional
defaultCurrencystringOptional

Response

Settings updated successfully
settingsobject or null