Update dependency mapping
PATCH {{baseUrl}}/api/v1/dependencyMappings/:dependencymapping_id
This API updates details of an existing dependency mapping.
OAuth Scope
Desk.settings.UPDATE
Attributes
Attribute Name | Data Type | Description |
---|---|---|
mappings | <list> | a Json object which consist of elements which are inturn a json array |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"parent":{"displayLabel":"Category","allowedValues":["General","Defects"],"id":"4000000000421"},"mappings":{"General":["Medium","Low"],"Defects":["Medium","Low"]},"id":"4000000047001","childId":"4000000000407","layoutId":"4000000007177","parentId":"4000000000421","child":{"displayLabel":"Priority","allowedValues":["High","Medium","Low"],"id":"4000000000407"}}