URL: v3/service-desk/api/problem-status-close/{problemId}
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 update status to close |
Success Response :
- {
- “success”:true,
- “Message”:“Problem Saved Successfully”
- }