Please professionally translate the following content into English, keeping the format unchanged. If the content is empty, do not translate it. Do not output anything else or any prompts other than the translation!! Restart the pipeline
POST/api/v8/repos/:owner/:repo/actions/runs/:run_id/rerun
Request
Path Parameters
owner stringrequired
Repository space address (organization or individual's address path)
repo stringrequired
Repository path (path)
run_id stringrequired
Pipeline Run ID
Query Parameters
access_token stringrequired
User authorization code
Responses
- 200
Response Headers
- application/json
- Schema
- Example (auto)
Schema
successbooleanrequired
{
"success": true
}