Github API - Test Config

POST /repos/{owner}/{repo}/dependency-graph/snapshots
repos
dependency-graph

Create a new snapshot of a repository's dependencies. You must authenticate using an access token with the repo scope to use this endpoint for a repository that the requesting user has access to.
Create a snapshot of dependencies for a repository

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)

Returns
201 application/json 3883

3883 [object]

Attributes
created_at string

The time at which the snapshot was created.

id integer

ID of the created snapshot.

message string

A message providing further details about the result, such as why the dependencies were not updated.

result string

Either "SUCCESS", "ACCEPTED", or "INVALID". "SUCCESS" indicates that the snapshot was successfully created and the repository's dependencies were updated. "ACCEPTED" indicates that the snapshot was successfully created, but the repository's dependencies were not updated. "INVALID" indicates that the snapshot was malformed.

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