API structure has changed
  4 structure changes including:
    
    4 Modifications
        Modified
        4
      
      GET /api/v1/task-status/{taskStatus_uuid}
              - Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - colour property Added
 
 
- 
  application/json content type Modified
    
POST /api/v1/task-status
              - Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - colour property Added
 
 
- 
  application/json content type Modified
    
PUT /api/v1/task-status/{taskStatus_uuid}
              - Response
- 
  201 response Modified
    - 
  application/json content type Modified
    - colour property Added
 
 
- 
  application/json content type Modified
    
PUT /api/v1/workflow/{workflow_uuid}/task/{workflowTask_uuid}
              - Body
- 
  application/json content type Modified
    - position property Added
 
