Submit user feedback, bug reports, or feature requests. Accepts both authenticated and anonymous submissions.
curl --request POST \
--url https://staging-api.polysimulator.com/feedback \
--header 'Content-Type: application/json' \
--data '{}'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}The body is of type Feedback Data · object.
Successful Response
Was this page helpful?
curl --request POST \
--url https://staging-api.polysimulator.com/feedback \
--header 'Content-Type: application/json' \
--data '{}'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}