Copies a content item and its live schedule using recurring criteria.

Behavior: Creates copies of the content item referenced by the specified identifier along with its associated live schedule, applying the recurring criteria defined in the Nomad.Common.Models.Live.LiveScheduleCopyModel.

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

Side Effects:

  • New content records and associated live schedule records are created.

Error Scenarios:

  • Returns 401 if the request 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 content item to copy.

Body Params

The model containing recurring copy criteria.

Represents the input model for copying a live schedule with recurring options.

int32 | null

Gets or sets the number of weeks the recurring schedule should repeat.

recurringDays
array of objects | null

Gets or sets the days of the week on which the schedule should recur.

recurringDays
int32 | null

Gets or sets the time zone offset in seconds from UTC for scheduling.

date-time | null

Gets or sets the end date for the recurring schedule.

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

Generated from available request content types

Allowed:
Responses
200

The content and schedule were copied successfully.

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