Create or update feedback for a message or thread. For message feedback, provide message_id and use sentiment values of -1 (down) or 1 (up). For thread feedback, omit message_id and use sentiment values from 0 to 5.
^Bearer [\s\S]{0,}$UUID of the thread
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$UUID of the message
Sentiment rating; for messages, use -1 for down and 1 for up. For threads, use a score from 0 to 5.
-1 <= x <= 5UUID of the feedback
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Optional feedback comment
Optional resource identifier
Response for status 200
The feedback object