v2

latestOpenAPI 3.1.0raw.githubusercontent.com2024-09-26192307950.1 KB
workspaces

Create Pipeline

Creates a pipeline.

Args: workspace_name_or_id: Name or ID of the workspace. pipeline: Pipeline to create.

Returns: The created pipeline.

Raises: IllegalOperationError: If the workspace or user specified in the pipeline does not match the current workspace or authenticated user.

post/api/v1/workspaces/{workspace_name_or_id}/pipelines

Path parameters

string required
OR
string uuid required

Request body

userstring uuid required
workspacestring uuid required
namestring required
descriptionstring nullable
tagsstring[] nullable

Response

Successful Response

idstring uuid required
permission_deniedboolean
namestring required