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 :

  1. {
  2. “success”:true,
  3. “Message”:“Change Attached Successfully”
  4. }
Tagged: