Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the log being edited. This will be included in the chat completion response
Body
application/json
UpdateLog object that needs to be updated
The input data for the log
The meta tags for the log - this value will override the existing meta tags
The metadata for the log - this value will override the existing metadata
The output data for the log
The quality feedback for the log - an improvement suggestion for the generated output
The quality rating for the log - a rating of the generated output - either 👍 or 👎
Available options:
👍
, 👎
Response
Ok response
The response is of type string
.
Example:
"Ok"