PUT v1/outputs/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

OutputResource
NameDescriptionTypeAdditional 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

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.