Edit urgency
URL
https://sdpondemand.manageengine.com/api/json/admin/urgency/URGENCYID
Method
POST
API description
Edits an urgency in the ServiceDesk Plus On-Demand application
Parameters to be passed
authtoken, scope, OPERATION_NAME (value is EDIT_URGENCY) ,INPUT_DATA
Sample INPUT_DATA:
{
"operation": {
"Details": {
"NAME": "High",
"DESCRIPTION": "Needs to be attended to immediately"
}
}
}
Sample Response:
{
"operation":{
"name":"EDIT_URGENCY",
"result":{
"status":"Success",
"message":"Urgency edited successfully"
}
}
}