Edit an existing log in the system
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the log being edited. This will be included in the chat completion response
UpdateLog object that needs to be updated
The body is of type object
.
Ok response
The response is of type string
.
"Ok"