custom fields (usersService)
Creating or editing list items.
Creating or editing list items.
post/company/v1/custom_fields/users/lists/{field}
Request body
Example request
{
"title": "Shop",
"value": "shop",
"color": "#6AD01F",
"sort": 20,
"selected": true
}Response
OK
Example response
{
"title": "Shop",
"value": "shop",
"color": "#6AD01F",
"sort": 20,
"selected": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.