lilt-python

API bindings for the Lilt REST API.

View the Project on GitHub lilt/lilt-python

SettingUpsertBody

Body to create or update a setting.

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- setting_name | str | The name of the setting. | scope | str | The entity scope the setting should be applied to. | is_enforced | bool | Whether this value should override others set for the same setting key. | [optional] project_id | float | Id of the the project the setting will be applied to. Required when scope is `Project`. | [optional] organization_id | float | Id of the the project the setting will be applied to. Required when scope is `Organization`. | [optional]

[Back to Model list] [Back to API list] [Back to README]