Updates an existing media builder.

Behavior: Updates the media builder identified by the specified ID with the provided model data and returns the updated media builder.

Authorization: Requires an authenticated user (class-level [Authorize]).

Side Effects: The existing media builder record is updated in the data store.

Error Scenarios: Returns 400 if the input model is null or invalid. Returns 401 if the user is not authenticated.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier of the media builder to update.

Body Params

The Nomad.Common.Models.MediaBuilder.MediaBuilderUpdateModel containing the updated media builder parameters.

Represents a request to update an existing media builder project with revised name, destination, and metadata.

uuid

Gets or sets the unique identifier of the media builder project to update.

string | null

Gets or sets the updated name for the media builder project.

uuid | null

Gets or sets the unique identifier of the destination folder where the built media will be placed.

tags
array of objects | null

Gets or sets the collection of tags to apply to the media builder project.

tags
relatedContent
array of objects | null

Gets or sets the collection of related content items to associate with the project.

relatedContent
collections
array of objects | null

Gets or sets the collection of content collections the project will belong to.

collections
properties
object | null

Gets or sets additional dynamic properties as key-value pairs.

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