Update feedback
Update feedback
Path Parameters
id uuid required
Feedback ID
application/json
Request Body required
score double
Possible values: <= 1
The score of the feedback, ranging from 0 to 1
details string nullable
Optional details about the feedback
Responses
- 200
- 400
- 500
Feedback updated successfully
application/json
application/json; charset=utf-8
Schema
Example (from schema)
Schema
id uuid required
The unique identifier for the feedback
pipelineRunId uuid required
The unique identifier for the pipeline run
score double required
Possible values: <= 1
The score of the feedback, ranging from 0 to 1
details string nullable
Optional details about the feedback
recordedTime float required
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
{ "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "pipelineRunId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "score": 0, "details": "string", "recordedTime": 0 }
Schema
Example (from schema)
Schema
id uuid required
The unique identifier for the feedback
pipelineRunId uuid required
The unique identifier for the pipeline run
score double required
Possible values: <= 1
The score of the feedback, ranging from 0 to 1
details string nullable
Optional details about the feedback
recordedTime float required
Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.
{ "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "pipelineRunId": "3fa85f64-5717-4562-b3fc-2c963f66afa6", "score": 0, "details": "string", "recordedTime": 0 }
Bad request
Server error
Loading...