Update Entitlement Type
PUT/updateEntitlementType
This API updates Entitlement Type in SSM.
The Authorization must have Bearer followed by Token.
Mandatory params:
entitlementname,
endpointname,
Optional params:
entitlementdescription,
workflow,
customproperty<N>,
availableQueryServiceAccount,
selectedQueryServiceAccount,
arsRequestableEntitlementQuery,
arsSelectedEntitlementQuery ,
createTaskAction - it can be one value or list of values. The values can be ["noAction","removeTaskForExistingEntitlements", "enableRollback"],
requestDatesConfJson ,
startDateInRevokeRequest ,
startEndDateInRequest ,
allowRemoveAllEntitlementInRequest ,
orderindex ,
requiredinrequest ,
hiearchyrequired ,
requestoption
requestoption param values can be -
SHOW_BUT_NOTREUESTABLESINGLE/
SHOW_BUT_NOTREUESTABLEMULTIPLE/
NONE/
SINGLE/
MULTIPLE/
TABLE/
FREEFORMTEXT/
TABLENOREMOVE/
RADIOBUTN/
CHECKBOXN/
READONLYTABLE/
NONE_BUT_CREATETASK
Request
Path Parameters
- application/json
Body
Responses
- 200
Update Entitlement Type
Response Headers
- Date - string 
- Server - string 
- Set-Cookie - string 
- Transfer-Encoding - string 
- X-Content-Type-Options - string 
- X-Frame-Options - string 
- application/json
- Schema
- Example (from schema)
- Update Entitlement Type
Schema
{
  "errorCode": "0",
  "msg": "Success"
}
{
  "errorCode": "0",
  "msg": "Success"
}