URL: service-desk/api/problem-attach-change/{problemId}/{changeID}
Method: POST
Description : Route to attach change to problem based on problemId and changeId
Parameters:
Parameter | Type | Optional/Required | Description |
problem id | integer | Required | Problem id of the problem to attach change |
change id | integer | Required | Change id of the change to be attached to problem |
Success Response :
- {
- “success”:true,
- “Message”:“Change Attached Successfully”
- }