Update feedback status or add admin notes.
curl --request PATCH \
--url https://staging-api.polysimulator.com/admin/feedback/{feedback_id} \
--header 'Content-Type: application/json' \
--data '{}'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?
curl --request PATCH \
--url https://staging-api.polysimulator.com/admin/feedback/{feedback_id} \
--header 'Content-Type: application/json' \
--data '{}'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}