feedback

Create Feedback

Create a new feedback.

post/api/v1/feedback

Request body

created_atstring date-time
modified_atstring date-time
keystring required
commentstring nullable
feedback_group_idstring uuid nullable
comparative_experiment_idstring uuid nullable
run_idstring uuid nullable
session_idstring uuid nullable
trace_idstring uuid nullable
start_timestring date-time nullable
idstring uuid
errorboolean nullable

Response

Successful Response

created_atstring date-time
modified_atstring date-time
keystring required
commentstring nullable
feedback_group_idstring uuid nullable
comparative_experiment_idstring uuid nullable
run_idstring uuid nullable
session_idstring uuid nullable
idstring uuid required
trace_idstring uuid nullable
start_timestring date-time nullable
is_rootboolean
extraobject nullable
feedback_thread_idstring nullable

Changes

Changed in 1 of the 48 revisions of this API.1

    • added the optional property is_root to the response with the 200 status

      response-optional-property-added