Responses

  • 200 application/json
    Hide response attribute Show response attribute object
POST /_features/_reset
curl \
 -X POST http://api.example.com/_features/_reset
Response examples (200)
{
  "features" : [
    {
      "feature_name" : "security",
      "status" : "SUCCESS"
    },
    {
      "feature_name" : "tasks",
      "status" : "SUCCESS"
    }
  ]
}