跳转到内容
Try Gitea Cloud ☁️ for 30 days → Accelerate your Development & Deploys!
Support
This is the documentation of 24.7.0, which is no longer the latest release. See the latest release.

Enable a workflow

PUT
/repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable
curl --request PUT \
--url https://gitea.example.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

Media typeapplication/json

APIError is error format response

Media typeapplication/json
message
string
url
string

APIForbiddenError is a forbidden error response

Media typeapplication/json
message
string
url
string

APINotFound is a not found empty response

Media typeapplication/json

APIConflict is a conflict empty response

Media typeapplication/json

APIValidationError is error format response related to input validation

Media typeapplication/json
message
string
url
string