Skip to main content
PUT
Update Field

Authorizations

Authorization
string
header
required

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

field_id
integer
required

integer - required - The ID of the field you want to update

Example:

1

Body

choices
object[]
Example:
name
string
Example:

"updated name"

Response

Update An Existing Session Field

allow_html
boolean
Example:

false

attribute
string
Example:

"c_104"

choices
object[]
Example:
id
number
Example:

104

name
string
Example:

"updated name"

required
boolean
Example:

false

settings
unknown
sort
number
Example:

28

type
string
Example:

"dropDownList"

visible
boolean
Example:

true