Labels REST Endpoints

Labels

REST API endpoints for Labels

Create a Label
Method: post
Path: /api/v2/labels/
List Labels
Method: get
Path: /api/v2/labels/
Retrieve a Label
Method: get
Path: /api/v2/labels/{id}/
Update a Label
Method: patch
Path: /api/v2/labels/{id}/
Update a Label
Method: put
Path: /api/v2/labels/{id}/