Creates multiple media builder items in bulk within a media builder.

Behavior: Creates multiple media builder items associated with the specified media builder ID. The media builder ID from the route is assigned to each input model before creation. Returns the change tracking results for all created items.

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

Side Effects: Multiple new media builder item records are persisted in the data store.

Error Scenarios: Returns 400 if the input array is null or contains invalid models. 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 add items to.

Body Params

An array of Nomad.Common.Models.MediaBuilder.MediaBuilderItemAddModel containing the item creation parameters.

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