PUT 1.0/{InstanceId}/IntegrationLinks/{IntegrationLinkId}
Updates the given Integration Link
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
InstanceId |
The instance ID relating to a specific ADM database |
string |
Required |
IntegrationLinkId |
The IntegrationLinkId ID relating to a specific IntegrationLinkId you want to return |
integer |
Required |
Body Parameters
Contains details of the integration link to be updated
CreateUpdateIntegrationLinkRequestName | Description | Type | Additional information |
---|---|---|---|
Name |
Integration Link Name |
string |
Required |
Description |
Integration Link Description |
string |
Required |
Request Formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "Description": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Appropriate HTTP headers with no content are returned only