PUT /api/v2/space/space_id

Please paste the previously created space_id for continuity

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
multiple_assignees Boolean No
admin_can_manage Boolean No
name String No
private Boolean No
features Object No
features.dependency_warning Object No
features.dependency_warning.enabled Boolean No
features.portfolios Object No
features.portfolios.enabled Boolean No
features.tags Object No
features.tags.enabled Boolean No
features.due_dates Object No
features.due_dates.start_date Boolean No
features.due_dates.enabled Boolean No
features.due_dates.remap_due_dates Boolean No
features.due_dates.remap_closed_due_date Boolean No
features.time_tracking Object No
features.time_tracking.enabled Boolean No
features.remap_dependencies Object No
features.remap_dependencies.enabled Boolean No
features.custom_fields Object No
features.custom_fields.enabled Boolean No
features.time_estimates Object No
features.time_estimates.enabled Boolean No
features.checklists Object No
features.checklists.enabled Boolean No
color String No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.