跳转到内容
Try Gitea Cloud ☁️ for 30 days → Accelerate your Development & Deploys!

Update the priorities of branch protections for a repository.

POST
/repos/{owner}/{repo}/branch_protections/priority
curl --request POST \
--url https://gitea.com/api/v1/repos/example/example/branch_protections/priority \
--header 'Authorization: Basic <credentials>' \
--header 'Content-Type: application/json' \
--data '{ "ids": [ 1 ] }'
owner
required
string

Owner of the repo

repo
required
string

Name of the repo

Media typeapplication/json

UpdateBranchProtectionPriories a list to update the branch protection rule priorities

object
ids
Array<integer>
Examplegenerated
{
"ids": [
1
]
}

APIEmpty is an empty response

Media typeapplication/json

APINotFound is a not found empty response

Media typeapplication/json

APIValidationError is error format response related to input validation

Media typeapplication/json
message
string
url
string

APIRepoArchivedError is an error that is raised when an archived repo should be modified

Media typeapplication/json
message
string
url
string