Skip to main content
PUT
Update Question

Path Parameters

question
integer
required

The question ID

Body

application/json
handle
string
Maximum string length: 255
name
string | null
Maximum string length: 255
description
string | null
is_active
boolean
meta
string[] | null
label
string
Maximum string length: 255
help_text
string | null
icon
string | null
Maximum string length: 255
image_url
string<uri> | null
Maximum string length: 2048
type
enum<string>
Available options:
text,
textarea,
number,
slider,
boolean,
single_select,
multi_select,
date,
datetime,
email,
phone,
json
validation
string[] | null
default_value
string | null
live_from
string<date-time> | null
live_to
string<date-time> | null
answer_ttl_days
integer | null
Required range: x >= 1
Available options:
none,
profile,
transaction,
rating,
interaction,
appointment,
connection,
transaction_item
Maximum string length: 255
Maximum string length: 255
options
object[] | null

Response

Question

data
Question · object
required