Github API - Test Config

PATCH /repos/{owner}/{repo}/dependabot/alerts/{alert_number}
dependabot
repos

You must use an access token with the security_events scope to use this endpoint with private repositories.
You can also use tokens with the public_repo scope for public repositories only.
GitHub Apps must have Dependabot alerts write permission to use this endpoint.
Update a Dependabot alert

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key dependabot-alert-number

dependabot-alert-number [scalar]

The number that identifies a Dependabot alert in its repository.
You can find this at the end of the URL for a Dependabot alert within GitHub,
or in number fields in the response from the
GET /repos/{owner}/{repo}/dependabot/alerts operation.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json dependabot-alert

dependabot-alert [object]

A Dependabot alert.

Attributes
created_at alert-created-at

dependency 1965

Details for the vulnerable dependency.

dismissed_at alert-dismissed-at

dismissed_by nullable-simple-user

dismissed_comment string

An optional comment associated with the alert's dismissal.

dismissed_reason string

The reason that the alert was dismissed.

fixed_at alert-fixed-at

html_url alert-html-url

number alert-number

state string

The state of the Dependabot alert.

updated_at alert-updated-at

url alert-url

API:
Github Open API
(version: 1.1.4)
400 bad_request

bad_request [scalar]

Bad Request

API:
Github Open API
(version: 1.1.4)
403 forbidden

forbidden [scalar]

Forbidden

API:
Github Open API
(version: 1.1.4)
404 not_found

not_found [scalar]

Resource not found

API:
Github Open API
(version: 1.1.4)
409 conflict

conflict [scalar]

Conflict

API:
Github Open API
(version: 1.1.4)
422 validation_failed_simple

validation_failed_simple [scalar]

Validation failed, or the endpoint has been spammed.

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)