Response example for the PUT policy level API

This section shows an example of a response from the PUT operation of the policy level API.


   {
    "update_results": [
      {
        "level_number": 3,
        "level_name": "Administrators",
        "description": "This policy level contains policies, granting administrator access privileges",
        "status": "FAILED",
        "error_message": "Policy level/levels are missing. Levels must increment sequentially by 1."
      }
    ]
   }