cURL
curl --request POST \ --url https://api.mottostreaming.com/streaming/configurations/v1/{configuration_id}/attach/{workflow_id} \ --header 'Authorization: Bearer <token>'
{}
AttachConfiguration
Attaches a configuration to a workflow. Multiple configurations can be attached to a workflow, but only one of each kind.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object