Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The name of the configuration.
The description of the configuration.
Indicates whether this configuration should be applied by default when no configuration is attached to a workflow or simulcast. There can only be one default configuration per type.
Indicates that the configuration should not appear as a selectable option in the UI. This configuration will still be usable by any object it is connected to.
The type of the configuration. This is used to determine which configuration options are available.
CONFIGURATION_TYPE_UNSPECIFIED
, CONFIGURATION_TYPE_TRANSCODER_STREAMS
, CONFIGURATION_TYPE_TRANSCODER_OVERLAYS
, CONFIGURATION_TYPE_AUTOMATED_TAGGING
The data for the configuration based on the type. The data for the configuration. This should match the ConfigurationType.
Response
OK