This v1 API will be deprecated from 15th March 2020
Description:
This api is used to associate existing release to the change
URL : api/v1/servicedesk/change/release/attach/{changeid}
Replace this URL with you helpdesk URL
Parameters :
Name |
Data Type |
Required / Optional | Description |
api_key | String | Optional | An alphanumeric code that can be used to authenticate your API calls |
token | String | Required | token generated for a user |
release | Integer | Required | releaseid |
HTTP Method : POST
Response
- Response Format : JSON
Sample JSON Success & Error Response :
{ "success": true, "data": { "success": "Release Updated Successfully." } } { "success": true, "message": "error", "data": "Wrong input" }