library
turbot/clickup
OverviewPipelines
0
Triggers
0
Variables
GitHub

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

NameTypeRequiredDescriptionDefault
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
space_idnumberYesThe ID of the space to update.-
namestringNoThe name of the space you want to create.-
privateboolNoWhether or not the space should be private.-
due_datesboolNoWhether or not due dates are enabled for this space.-
start_dateboolNoWhether or not start dates are enabled for this space.-
remap_due_datesboolNoWhether or not due dates should be remapped when moving tasks between lists.-
remap_closed_due_dateboolNoWhether or not due dates should be remapped when closing tasks.-
time_trackingboolNoWhether or not time tracking is enabled for this space.-
tagsboolNoWhether or not tags are enabled for this space.-
time_estimatesboolNoWhether or not time estimates are enabled for this space.-
checklistsboolNoWhether or not checklists are enabled for this space.-
custom_fieldsboolNoWhether or not custom fields are enabled for this space.-
remap_dependenciesboolNoWhether or not dependencies should be remapped when moving tasks between lists.-
dependency_warningboolNoWhether or not a warning should be displayed when a task is dependent on another task.-
portfoliosboolNoWhether or not portfolios are enabled for this space.-

Outputs

NameDescription
spaceThe updated space.