Update Classification Category

/classitication_categories/{category_id}

Update Classification Category [PUT]

Update an existing category.

Authorization: Admin

Request

Body
  {
    "name": "Workplace Exposures & Protections"
  }

Response 200

Body
{
  "item": {
    "id": 23,
    "name": "Workplace Exposures & Protections",
    "ordinal": 9
  }
}

Still need help? Contact Us Contact Us