to_private

GET - (http://quescheetah.com/v1/questions/{questionId}/ToPrivate)

Change question state to private.

return

    {
        "result": "success",
        "description": "Switched to the private question."
    }