Update organization_degree_list

PATCH /api/v1/organization_degree_lists/{id}

Path parameters

  • id string Required

    id

application/json

Body

  • Hide organization_degree_list attribute Show organization_degree_list attribute object
    • jabatan string

      Minimum length is 3, maximum length is 15.

PATCH /api/v1/organization_degree_lists/{id}
curl \
 -X PATCH http://127.0.0.1:3000//api/v1/organization_degree_lists/{id} \
 -H "Authorization: Bearer $ACCESS_TOKEN" \
 -H "Content-Type: application/json" \
 -d '{"organization_degree_list":{"jabatan":"Ketua"}}'
Request example
{
  "organization_degree_list": {
    "jabatan": "Ketua"
  }
}