Attaching an STCU profile to a technical channel
Request
To attach an STCU profile to a technical channel, send a POST request to:
http://<server>:<port>/cpm/content/v1/technicalChannels/{_id}
Headers
Content-Type: application/json
Mandatory fields
_id
(in URL)
Example
A request with this payload attaches the specified STCU profile to the technical channel:
{
"profileId": "stcu_hls1"
}
Response
A successful request returns an HTTP 200 status.
A bad request returns an HTTP 400 status.
Example
The payload of a response to a successful request looks like this:
{
"self": "/content/v1/technicalChannels/tch01"
}
See also
For full details of this API, see the Content and Product Manager (CPM) API documentation: content v1.