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
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}