Skip to main content
POST
User Feedback

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Request to create a user feedback.

provider_id
string<uuid>
required
task_id
string<uuid>
required
context_id
string<uuid>
required
rating
integer
required

Rating thats either 1 or -1

message
string
required
comment_tags
string[] | null
comment
string | null

Response

Successful Response