Moves a media builder item to a new position within the media builder.

Behavior: Repositions the specified media builder item within its parent media builder according to the move model parameters. Returns the change tracking result.

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

Side Effects: The ordering of media builder items is updated in the data store.

Error Scenarios: Returns 401 if the user is not authenticated. Returns 400 if the IDs or move model are invalid.

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 containing the item.

uuid
required

The unique identifier of the media builder item to move.

Body Params

The Nomad.Common.Models.MediaBuilder.MediaBuilderItemMoveModel containing the move parameters.

Represents a request to reorder a media builder item by specifying its new position relative to another item.

uuid | null

Gets or sets the identifier of the item that should precede this item in the sequence, or null to move to the first position.

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