cURL
curl --request PUT \ --url https://api.example.com/api/sessions/{sessionId}/items/{itemId}/comments/{commentId} \ --header 'Content-Type: application/json' \ --data ' { "content": "<string>" } '
{}
Undescribed
The response is of type object.
object