Note
You can find below the full description of Parameters for each POST/PATCH/GET/DELETE methods and also what parameters you can expect from the API responses.
If you want to play with the API, please see the Labels API playground.
If you want to play with the API, please see the Labels API playground.
POST - Create a new label (which can be assigned to a context later)
POST - Create a new label (which can be assigned to a context later)
PATCH - Updating a Label updatable values
PATCH - Updating a Label updatable values
GET - Query the list of labels or get label individually
GET - Query the list of labels or get label individually
DELETE - Delete a label by providing its uid
DELETE - Delete a label by providing its uid
RESPONSE DATA
RESPONSE DATA
You will get the same response data when calling POST, PATCH or GETNote: When retrieving a collection of lables, the response will be an array of objects.