Begin upgrades for system features Added in 7.16.0

POST /_migration/system_features

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
POST /_migration/system_features
curl \
 -X POST http://api.example.com/_migration/system_features
Response examples (200)
{
  "accepted": true,
  "features": [
    {
      "feature_name": "string"
    }
  ]
}