client.databases.patch_advanced_settings
A method of the Databases endpoint.
- patch_advanced_settings(id: int, *, export_caching_enabled: bool = None) Response
Update the advanced settings for this database
API URL:
PATCH /databases/{id}/advanced-settingsimport civis client = civis.APIClient() response = client.databases.patch_advanced_settings(...)
- Parameters:
- idint
The ID of the database this advanced settings object belongs to.
- export_caching_enabledbool, optional
Whether or not caching is enabled for export jobs run on this database server.
- Returns:
civis.Response- export_caching_enabledbool
Whether or not caching is enabled for export jobs run on this database server.