This documentation is for an older version of GoodData.
Go to the latest version of this article.
CatalogWorkspaceService.
put_declarative_automations
put_declarative_automations(workspace_id: str, automations: list[CatalogDeclarativeAutomation]) ->
None
Set automations for the workspace.
Parameters
name | type | description |
---|---|---|
workspace_id | str | Workspace identification string e.g. "demo" |
automations | list[CatalogDeclarativeAutomation] | List of declarative automations. |