Skip to main content
PATCH
/
admin
/
feedback
/
{feedback_id}
Update Feedback
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>"
    }
  ]
}

Headers

authorization
string | null

Path Parameters

feedback_id
string
required

Body

application/json

The body is of type Update · object.

Response

Successful Response