Skip to content

flywheel.api.settings_api

SettingsApi

Bases: object

get_project_settings(project_id, **kwargs)

Get a(n) project settings

Route for getting settings from a a(n) project This method makes a synchronous HTTP request by default.

Parameters:

Name Type Description Default
project_id str
required
async_ (bool, optional)

Perform the request asynchronously

required

get_project_settings_with_http_info(project_id, **kwargs)

Get a(n) project settings

Route for getting settings from a a(n) project This method makes a synchronous HTTP request by default.

Parameters:

Name Type Description Default
project_id str
required
async_ (bool, optional)

Perform the request asynchronously

required

modify_project_settings(project_id, body, **kwargs)

Modify a(n) project settings

Route for modifying settings for a a(n) project This method makes a synchronous HTTP request by default.

Parameters:

Name Type Description Default
project_id str
required
body ProjectSettingsInput
required
x_accept_feature (list[union[HeaderFeature, str]], optional)

, defaults to []

required
async_ (bool, optional)

Perform the request asynchronously

required

modify_project_settings_with_http_info(project_id, body, **kwargs)

Modify a(n) project settings

Route for modifying settings for a a(n) project This method makes a synchronous HTTP request by default.

Parameters:

Name Type Description Default
project_id str
required
body ProjectSettingsInput
required
x_accept_feature (list[union[HeaderFeature, str]], optional)

, defaults to []

required
async_ (bool, optional)

Perform the request asynchronously

required