Add sentiment for a submission
PUT
/api/form/sentiment
Add sentiment for a submission. Sentiment is used to track user feedback and improve the service.
Authorizations
Parameters
Query Parameters
submissionId
required
string format: uuid
Request Body required
object
score
The score of the sentiment, from 1 to 5
integer format: int32
comment
An optional comment to provide additional context
string
Responses
204
No Content
400
Bad Request
object
type
string
title
string
status
integer format: int32
detail
string
instance
string
key
additional properties
429
Too Many Requests
object
type
string
title
string
status
integer format: int32
detail
string
instance
string
key
additional properties