Updates an existing output profile group.

Behavior: Updates an output profile group record using the values from the provided Nomad.Common.Models.Live.LiveOutputProfileGroupModel.

Authorization: Requires an authenticated user with a valid bearer token.

Side Effects:

  • The output profile group record is updated in the data store.

Error Scenarios:

  • Returns 400 if the output profile group model fails validation.
  • Returns 401 if the request is not authenticated.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The Nomad.Common.Models.Live.LiveOutputProfileGroupModel containing updated values.

Represents a group of live output profiles with shared configuration.

uuid | null

Gets or sets the unique identifier of the output profile group.

string | null

Gets or sets the display name of the output profile group.

boolean

Gets or sets a value indicating whether we are enabled.

string | null

Gets or sets acceptable values:

  • HLS
  • DASH
  • BOTH (assumes HLS and DASH
boolean

Gets or sets a value indicating whether if this is the default group, only one default group is allowed at a time.

outputType
object | null

Gets or sets the output type for the assetgroup.

archiveOutputProfile
object | null

Gets or sets the optional profile to use for archival operations.

outputProfiles
array of objects | null

Gets or sets the required Live Output Profiles to use for this group.

outputProfiles
Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json