Project configuration module
ProjectConfigurationActions
Bases: BaseAction
Project configuration actions
project_configuration(project_id, disable_progress_bar=False)
Get the configuration of a project
Parameters:
Name | Type | Description | Default |
---|---|---|---|
project_id
|
str
|
ID of the project |
required |
disable_progress_bar
|
Optional[bool]
|
Disable the progress bar display |
False
|
Returns:
Type | Description |
---|---|
Dict
|
Project configuration representation |