PUT /links/{linkId}
Update a link.
Update the properties of a link using a combination of Bindings, LinkPropSettings and optionally re-examining the $(od_FIELDNAME) usages in the script of the template app.
Path parameters
| Name | Description | Type | 
|---|---|---|
| linkId | The ID of a link to match objects to be returned.  | 
		String | 
Request Body
A JSON payload containing the contents to use for updating an existing link.
| Name | Type | Required | 
|---|---|---|
| modifiedDate | LinkModifyPayload | Yes | 
| name | LinkModifyPayload | |
| templateApp | LinkModifyPayload | |
| dynamicView | LinkModifyPayload | |
| rowEstExpr | LinkModifyPayload | |
| statusSetting | LinkModifyPayload | |
| bindings | LinkModifyPayload | |
| properties | LinkModifyPayload | |
| modelGroups | LinkModifyPayload | 
Responses
| Name | Description | Type | 
|---|---|---|
| 200 | Successful response: the link was updated.  | 
		LinkStateChangeResponse | 
| 400 | An invalid combination of LinkPropSettings was supplied (see detailed error).  | 
		Error | 
| 404 | Invalid link or referenced object id (see detailed error).  | 
		Error |