Home / Admin Operations / Priority / Edit Priority

Edit Priority


Edit a priority

URL
https://sdpondemand.manageengine.com/api/json/admin/priority/PRIORITYID

Method
POST

API description
Edits a priority in the ServiceDesk Plus On-Demand application

Parameters to be passed
authtoken, scope, OPERATION_NAME (value is EDIT_PRIORITY ,INPUT_DATA

Sample INPUT_DATA:

{
operation : {
Details":
 {
            "NAME": "High",
            "DESCRIPTION": "Affects Business",
            "COLOR" : "#ff6600"
         }
  }
}

Sample Response:

{
   "operation": {
      "name": "EDIT_PRIORITY",
      "result": {
         "status": "Success",
         "message": "Priority edited successfully"
    }
  }
}



     RSS of this page