URL: service-desk/api/release/attach-change/{releaseId}
Method: POST
Description : Route to attach change to release based on releaseId and changeId
Parameters:
Parameter | Type | Optional/Required | Description |
release_id | integer | Required | Release id of the release |
change_ids | integer | Required | Change ids of the changes to be attached to release is passed through request |
Success Response :
- {
- “success”:true,
- “Message”:“Change Attached Successfully”
- }