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

Reopen a dismissed dependency alert

POST
/repos/{owner}/{repo}/security/dependency_alerts/{index}/reopen
curl --request POST \
--url https://gitea.example.com/api/v1/repos/example/example/security/dependency_alerts/1/reopen \
--header 'Authorization: Basic <credentials>'

Gitea Enterprise only. This endpoint is not part of the community edition.

owner
required
string

Name of the owner

repo
required
string

Name of the repository

index
required
integer

Index of the alert

APIEmpty is an empty response

Media typeapplication/json

APIError is error format response

Media typeapplication/json
message
string
url
string

APINotFound is a not found empty response

Media typeapplication/json

APIError is error format response

Media typeapplication/json
message
string
url
string