Skip to main content
POST
/
admin
/
comments
/
{comment_id}
/
restore
Restore Comment
curl --request POST \
  --url https://staging-api.polysimulator.com/admin/comments/{comment_id}/restore
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

authorization
string | null

Path Parameters

comment_id
integer
required

Response

Successful Response