Create Feedback Type

Deprecated
POST

Path parameters

idstringRequired

String ID of project. Starts with pr_.

Request

This endpoint expects an object.
typestringRequired

The type of feedback to update.

classenumRequired
Allowed values: selectmulti_selecttextnumber

The data type associated to this feedback type; whether it is a ‘text’/‘select’/‘multi_select’.

valueslist of objectsOptional

The feedback values to be available. This field should only be populated when updating a ‘select’ or ‘multi_select’ feedback class.

Response

Successful Response

typeenum or string

The type of feedback. The default feedback types available are ‘rating’, ‘action’, ‘issue’, ‘correction’, and ‘comment’.

valueslist of objectsOptional

The allowed values for categorical feedback types. Not populated for correction and comment.

Errors