v1

latestOpenAPI 3.0.02026-07-249055687.1 KB
repo-labels

Create repository label (beta)

Create a repository label.

Labels can be used to group and organize repositories and to apply security/license policies.

This endpoint consumes 1 unit of your quota.

This endpoint requires the following org token scopes:

  • repo-label:create
post/orgs/{org_slug}/repos/labels

Path parameters

org_slugstring required

The slug of the organization

Request body

namestring required

The name of the label

Response

Creates a new repository label for the specified organization. The authenticated user must be a member of the organization. Label names must be non-empty and less than 1000 characters.

idstring

The ID of the label

namestring

The name of the label

repository_idsstring[]

The IDs of repositories this label is associated with

has_security_policyboolean

Whether the label has a security policy

has_license_policyboolean

Whether the label has a license policy