GET /repos/{owner}/{repo}/labels/{name}

github.com:github-rest-api

Summary: Get a label
Operation ID: issues/get-label
Auth: bearer_token
Description

Gets a label using the given name.

Parameters (3)

name (string, path, required)
owner (string, path, required)

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

repo (string, path, required)

The name of the repository without the `.git` extension. The name is not case sensitive.

No probe data for this endpoint yet.