Python
Default
from portkey_ai import Portkeyportkey = Portkey(api_key="PORTKEY_API_KEY")feedback = portkey.feedback.update( feedback_id="FEEDBACK_ID", value=1)print(feedback)
{ "status": "<string>", "message": "<string>", "feedback_ids": [ "<string>" ] }
This endpoint allows users to update existing feedback.
Feedback ID
Feedback successfully updated
The response is of type object.
object
Was this page helpful?