v1
latestOpenAPI 3.1.02026-07-14159142161.9 KBcustom 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
}