Update an activity type
PUT {{baseUrl}}/activityTypes/:id
Updates an activity type.
Request Body
{"name"=>"<string>", "icon_key"=>"<string>", "color"=>"<string>", "order_nr"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"id":12,"order_nr":1,"name":"Video call","key_string":"video_call","icon_key":"camera","active_flag":true,"color":"aeb31b","is_custom_flag":true,"add_time":"2020-09-01 10:16:23","update_time":"2020-09-01 14:12:09"}}