Skip to main content
Version: 4.7.8

Update feedback

Update feedback

Path Parameters
    id uuid required

    Feedback ID

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

Feedback updated successfully


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.

Loading...