Update Field
Session Fields
Update Field
Updates an existing custom session field definition by its ID. You can modify the field name, type, visibility, sort order, validation rules, and available choices.
PUT
Update Field
Authorizations
OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.
Path Parameters
integer - required - The ID of the field you want to update
Example:
1
Body
Response
Update An Existing Session Field
Example:
false
Example:
"c_104"
Example:
[
{ "id": 150, "name": "second", "sort": 1 },
{ "id": 151, "name": "third", "sort": 2 },
{
"id": 152,
"name": "updated choice",
"sort": 3
},
{
"id": 153,
"name": "new choice",
"sort": 4
}
]Example:
104
Example:
"updated name"
Example:
false
Example:
28
Example:
"dropDownList"
Example:
true