Skip to content
Try Gitea Cloud ☁️ for 30 days → Accelerate your Development & Deploys!

Enable a workflow

PUT
/repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable
curl --request PUT \
--url https://gitea.com/api/v1/repos/example/example/actions/workflows/example/enable \
--header 'Authorization: Basic <credentials>'
owner
required
string

Owner of the repo

repo
required
string

Name of the repo

workflow_id
required
string

Id of the workflow

No Content

APIError is error format response

message
string
url
string

APIForbiddenError is a forbidden error response

message
string
url
string

APINotFound is a not found empty response

APIConflict is a conflict empty response

APIValidationError is error format response related to input validation

message
string
url
string