v1

latestOpenAPI 3.1.02026-07-24145580597.0 KB
Forms:v1:Questions

Update dropdown option

Update the label of an existing option in a dropdown-type question within a specified form. This action overrides the current value.

put/forms/v1/forms/{formId}/questions/{questionId}/options/{optionId}

Path parameters

formIdinteger required

The unique identifier of the form

The unique identifier of the form

questionIdstring required

The unique identifier of the question within the specified form. This question must be of type dropdown.

The unique identifier of the question within the specified form. This question must be of type dropdown.

optionIdstring required

The unique identifier of the specific option within the dropdown list.

The unique identifier of the specific option within the dropdown list.

Request body

valuestring required

The dropdown value

Response

Successful Response

requestIdstring