Deprecated
Create Feedback Type
Path parameters
id
String ID of project. Starts with pr_
.
Headers
X-API-KEY
Request
This endpoint expects an object.
type
The type of feedback to update.
class
The data type associated to this feedback type; whether it is a ‘text’/‘select’/‘multi_select’.
Allowed values:
values
The feedback values to be available. This field should only be populated when updating a ‘select’ or ‘multi_select’ feedback class.
Response
Successful Response
type
The type of feedback. The default feedback types available are ‘rating’, ‘action’, ‘issue’, ‘correction’, and ‘comment’.
values
The allowed values for categorical feedback types. Not populated for correction
and comment
.