library
turbot/clickup
Get Involved
Version
Pipeline: Update Space
Update a Space.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run clickup.pipeline.update_space \ --arg 'space_id=<number>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = clickup.pipeline.update_space args = { space_id = <number> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
conn | connection.clickup | Yes | Name of ClickUp connection to use. If not provided, the default ClickUp connection will be used. | connection.clickup.default |
space_id | number | Yes | The ID of the space to update. | - |
name | string | No | The name of the space you want to create. | - |
private | bool | No | Whether or not the space should be private. | - |
due_dates | bool | No | Whether or not due dates are enabled for this space. | - |
start_date | bool | No | Whether or not start dates are enabled for this space. | - |
remap_due_dates | bool | No | Whether or not due dates should be remapped when moving tasks between lists. | - |
remap_closed_due_date | bool | No | Whether or not due dates should be remapped when closing tasks. | - |
time_tracking | bool | No | Whether or not time tracking is enabled for this space. | - |
tags | bool | No | Whether or not tags are enabled for this space. | - |
time_estimates | bool | No | Whether or not time estimates are enabled for this space. | - |
checklists | bool | No | Whether or not checklists are enabled for this space. | - |
custom_fields | bool | No | Whether or not custom fields are enabled for this space. | - |
remap_dependencies | bool | No | Whether or not dependencies should be remapped when moving tasks between lists. | - |
dependency_warning | bool | No | Whether or not a warning should be displayed when a task is dependent on another task. | - |
portfolios | bool | No | Whether or not portfolios are enabled for this space. | - |
Outputs
Name | Description |
---|---|
space | The updated space. |