Update an existing target for rebroadcasting a Streamplace stream.
Input
Encoding
application/jsonmultistreamTarget
refplace.stream.multistream.target
Required
No description available.
rkey
stringrecord-key
Optional
The Record Key.
maxLength: 512 bytesOutput
Encoding
application/jsonErrors
InvalidTargetUrl
The provided target URL is invalid or unreachable. Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "procedure",
"input": {
"schema": {
"type": "object",
"required": [
"multistreamTarget"
],
"properties": {
"rkey": {
"type": "string",
"format": "record-key",
"maxLength": 512,
"description": "The Record Key."
},
"multistreamTarget": {
"ref": "place.stream.multistream.target",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"errors": [
{
"name": "InvalidTargetUrl",
"description": "The provided target URL is invalid or unreachable."
}
],
"output": {
"schema": {
"ref": "place.stream.multistream.defs#targetView",
"type": "ref"
},
"encoding": "application/json"
},
"parameters": null,
"description": "Update an existing target for rebroadcasting a Streamplace stream."
}