Skip to content

List a repository's flags

GET
/repos/{owner}/{repo}/flags
owner
required
string

Owner of the repo

repo
required
string

Name of the repo

StringSlice

Media typeapplication/json
Array<string>
Examplegenerated
[
"example"
]

APIForbiddenError is a forbidden error response

Media typeapplication/json
object
message
string
url
string
Examplegenerated
{
"message": "example",
"url": "example"
}

APINotFound is a not found error response

Media typeapplication/json
object
errors
Array<string>
message
string
url
string
Examplegenerated
{
"errors": [
"example"
],
"message": "example",
"url": "example"
}