v77

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-045764591.5 MB
Labels

Create labels

Add labels to your project without updating the labeling configuration.

post/api/labels/

Query parameters

orderingstring

Which field to use when ordering the results.

pageinteger

A page number within the paginated result set.

Request body

approvedboolean

Status of label

approved_byinteger nullable

User who approved this label

descriptionstring nullable

Label description

from_namestring required
projectinteger required
titlestring required

Label title

{"stackTrail":"components:schemas:LabelCreateRequest:properties:value","oasType":"schema","type":"unknown","description":"Label value"}

Response

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?page=4",
  "previous": "http://api.example.org/accounts/?page=2"
}