v2

Swagger 2.02026-08-01331211921.0 KB
Pipelines

Update configuration

Update the pipelines configuration for a repository.

put/repositories/{workspace}/{repo_slug}/pipelines_config

Path parameters

workspacestring required

This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example {workspace UUID}.

repo_slugstring required

The repository.

Request body

typestring required
enabledboolean

Whether Pipelines is enabled for the repository.

Response

The repository pipelines configuration was updated.

typestring required
enabledboolean

Whether Pipelines is enabled for the repository.