跳转到内容
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.

Dismiss a dependency alert

POST
/repos/{owner}/{repo}/security/dependency_alerts/{index}/dismiss
curl --request POST \
--url https://gitea.example.com/api/v1/repos/example/example/security/dependency_alerts/1/dismiss \
--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

dismiss_reason
string

Reason for dismissing 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