Duplicates an existing media builder.

Behavior: Creates a duplicate of the specified media builder using the provided duplication parameters and returns the newly created copy.

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

Side Effects: A new media builder record (and its items) are created as a copy in the data store.

Error Scenarios: Returns 400 if the duplicate 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 duplicate.

Body Params

The Nomad.Common.Models.MediaBuilder.MediaBuilderDuplicateModel containing the duplication parameters.

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

string | null

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

uuid | null

Gets or sets the unique identifier of the destination folder for the duplicated project.

tags
array of objects | null

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

tags
relatedContent
array of objects | null

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

relatedContent
collections
array of objects | null

Gets or sets the collection of content collections the duplicated 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