Skip to content
Get started

Settings

Organization settings

Get settings
settings.get() -> SettingGetResponse
GET/v3/settings
Update settings
settings.update(SettingUpdateParams**kwargs) -> SettingUpdateResponse
PATCH/v3/settings
ModelsExpand Collapse
class SettingGetResponse:
chunk_size: Optional[int]
minimum-2147483648
maximum2147483647
exclude_items: Optional[Union[str, float, bool, 3 more]]
One of the following:
str
float
bool
Dict[str, object]
List[object]
filter_prompt: Optional[str]
github_client_id: Optional[str]
github_client_secret: Optional[str]
github_custom_key_enabled: Optional[bool]
google_drive_client_id: Optional[str]
google_drive_client_secret: Optional[str]
google_drive_custom_key_enabled: Optional[bool]
include_items: Optional[Union[str, float, bool, 3 more]]
One of the following:
str
float
bool
Dict[str, object]
List[object]
notion_client_id: Optional[str]
notion_client_secret: Optional[str]
notion_custom_key_enabled: Optional[bool]
onedrive_client_id: Optional[str]
onedrive_client_secret: Optional[str]
onedrive_custom_key_enabled: Optional[bool]
should_llm_filter: Optional[bool]
class SettingUpdateResponse:
org_id: str
org_slug: str
updated: Updated
chunk_size: Optional[int]
minimum-2147483648
maximum2147483647
exclude_items: Optional[Union[str, float, bool, 3 more]]
One of the following:
str
float
bool
Dict[str, object]
List[object]
filter_prompt: Optional[str]
github_client_id: Optional[str]
github_client_secret: Optional[str]
github_custom_key_enabled: Optional[bool]
google_drive_client_id: Optional[str]
google_drive_client_secret: Optional[str]
google_drive_custom_key_enabled: Optional[bool]
include_items: Optional[Union[str, float, bool, 3 more]]
One of the following:
str
float
bool
Dict[str, object]
List[object]
notion_client_id: Optional[str]
notion_client_secret: Optional[str]
notion_custom_key_enabled: Optional[bool]
onedrive_client_id: Optional[str]
onedrive_client_secret: Optional[str]
onedrive_custom_key_enabled: Optional[bool]
should_llm_filter: Optional[bool]