PUT v1/outputs/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
OutputResourceName | Description | Type | Additional information |
---|---|---|---|
Output | OutputDTO |
None. |
Request Formats
application/json, text/json
Sample:
{ "output": { "id": 1, "name": "sample string 2", "location": 1, "outputType": 1, "outputNumber": 1, "defaultInput": 1, "active": true, "fadeCms": 1, "ratingCms": 1, "primaryDevice": 1, "useCablecastCgAsDefaultSource": true, "outputPatch": 1, "lBarEnabled": true, "lBarBlock": 1, "outputMirrors": [ { "id": 1, "output": 2, "destinationOutput": 3 }, { "id": 1, "output": 2, "destinationOutput": 3 } ] } }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |