Skip to main content
POST
/
api
/
conversations
/
{conversation_id}
/
submit-feedback
Submit Feedback
curl --request POST \
  --url https://app.all-hands.dev/api/conversations/{conversation_id}/submit-feedback \
  --header 'X-Session-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-Session-API-Key
string
header
required

Path Parameters

conversation_id
string
required

Response

Successful Response