Skip to main content

Modify Global Settings

Select

SaaS
Customer Managed

Modify global settings used to override system default behaviour

Request Body
  • globalSettings object[]
  • name string required

    Name of the setting to be modified. This cannot be modified but is required to identify the setting for which the new value is to be set.

  • category string required

    Category of the setting to be modified. This cannot be modified but is required to identify the setting for which the new value is to be set.

  • type string required

    Possible values: [Integer, String, Boolean, Multi string]

    Type of the setting to be modified. This cannot be modified but is required to identify the setting for which the new value is to be set.

  • newValue string

    New value which will be set for the specified setting, there can be fixed acceptables values for some settings. To get more details about what are acceptable value for a setting, use GET GlobalSettings or GET EntitySettings.

  • comment string

    Comment to specify why this value was set for the specified setting

  • reset boolean

    To reset the value of any already modified setting, set this to true to reset the value and regain default behaviour

Responses

Success


Schema
  • errorMessage string
  • errorCode int32
Loading...