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