library
turbot/clickup
OverviewPipelines
0
Triggers
0
Variables
GitHub

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

NameTypeRequiredDescriptionDefault
conn
connection.clickup
YesName of ClickUp connection to use. If not provided, the default ClickUp connection will be used.connection.clickup.default
space_id
number
YesThe ID of the space to update.-
name
string
NoThe name of the space you want to create.-
private
bool
NoWhether or not the space should be private.-
due_dates
bool
NoWhether or not due dates are enabled for this space.-
start_date
bool
NoWhether or not start dates are enabled for this space.-
remap_due_dates
bool
NoWhether or not due dates should be remapped when moving tasks between lists.-
remap_closed_due_date
bool
NoWhether or not due dates should be remapped when closing tasks.-
time_tracking
bool
NoWhether or not time tracking is enabled for this space.-
tags
bool
NoWhether or not tags are enabled for this space.-
time_estimates
bool
NoWhether or not time estimates are enabled for this space.-
checklists
bool
NoWhether or not checklists are enabled for this space.-
custom_fields
bool
NoWhether or not custom fields are enabled for this space.-
remap_dependencies
bool
NoWhether or not dependencies should be remapped when moving tasks between lists.-
dependency_warning
bool
NoWhether or not a warning should be displayed when a task is dependent on another task.-
portfolios
bool
NoWhether or not portfolios are enabled for this space.-

Outputs

NameDescription
spaceThe updated space.