API Docs / Operations / Pipelines / Update Pipeline

Update Pipeline

PUT /tenants/{tenant}/pipelines/{code}

Updates a Pipeline for the specified tenant.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string

Request Body

{
  "name": "string",
  "description": "string",
  "isArchived": false,
  "defaultManagedByUserCode": "string",
  "showKanbanBoard": false
}

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found