Create a scheduled publish job

post

/content/management/api/v1.1/publish/scheduledJobs

Creates a scheduled publish job with the given payload.

Request

Supported Media Types
Query Parameters
Header Parameters
Body ()
Creates a scheduled publish job with given information in the payload, fields createdBy, createdAt, updatedBy, updateAt, validationResults, isCurrentUserManager will be ignored if given in request body. Attempting to change status (except for canceling) is prohibited.
Root Schema : ScheduledJob
Type: object
ScheduledJob
Show Source
Nested Schema : channels
Type: array
Channels of the job.
Show Source
Nested Schema : ScheduledJobUser
Type: object
Scheduled Job User object
Show Source
Nested Schema : dependencies
Type: array
Dependency items of the job.
Show Source
Nested Schema : items
Type: array
Items of the job.
Show Source
Nested Schema : missingItems
Type: array
Items not found for scheduled publish.
Show Source
Nested Schema : publishingStatus
Type: array
Publishing status links of the Job.
Show Source
Nested Schema : schedule
Type: object
Additional Properties Allowed
Show Source
Time of the schedule.
Nested Schema : SchedulingResult
Type: object
Whether the publish job can be scheduled and what items block the schedule
Show Source
Nested Schema : ItemSubResourceListPublishValidationResult
Type: object
Item SubResource.
Show Source
Nested Schema : versions
Type: object
Additional Properties Allowed
Show Source
Versions of all items and dependencies of the job.
Nested Schema : additionalProperties
Type: object
Nested Schema : itemsScheduledByOtherJobs
Type: array
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : PublishValidationResult
Type: object
Publish validation result for publishing items to channels
Show Source
Nested Schema : PolicyValidationResult
Type: object
PolicyValidationResult
Show Source
Nested Schema : TableStringStringString
Type: object
Show Source
Nested Schema : channels
Type: array
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : Request
Type: object
Show Source
Nested Schema : variationSets
Type: array
Show Source
Nested Schema : ChannelReference
Type: object
Show Source
Nested Schema : publishableItems
Type: array
Show Source
Nested Schema : PolicyReference
Type: object
Show Source
Nested Schema : variationPolicies
Type: array
Show Source
Nested Schema : PublishItemId
Type: object
Show Source
Nested Schema : ItemSummary
Type: object
Show Source
Nested Schema : dependencies
Type: array
Show Source
Nested Schema : validations
Type: array
Show Source
Nested Schema : ChannelValidation
Type: object
Show Source
Nested Schema : results
Type: array
Show Source
Nested Schema : PolicyRuleResult
Type: object
PolicyRuleResult
Show Source
Nested Schema : channels
Type: array
Show Source
Nested Schema : ids
Type: array
Show Source
Nested Schema : PublishValidation
Type: object
PublishValidation
Show Source
Nested Schema : ChannelId
Type: object
ChannelId
Show Source
Nested Schema : ItemVariationSetSummary
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : validations
Type: array
Show Source
Back to Top

Response

Supported Media Types

200 Response

OK.

201 Response

Created.
Body ()
Root Schema : ScheduledJob
Type: object
ScheduledJob
Show Source
Nested Schema : channels
Type: array
Channels of the job.
Show Source
Nested Schema : ScheduledJobUser
Type: object
Scheduled Job User object
Show Source
Nested Schema : dependencies
Type: array
Dependency items of the job.
Show Source
Nested Schema : items
Type: array
Items of the job.
Show Source
Nested Schema : missingItems
Type: array
Items not found for scheduled publish.
Show Source
Nested Schema : publishingStatus
Type: array
Publishing status links of the Job.
Show Source
Nested Schema : schedule
Type: object
Additional Properties Allowed
Show Source
Time of the schedule.
Nested Schema : SchedulingResult
Type: object
Whether the publish job can be scheduled and what items block the schedule
Show Source
Nested Schema : ItemSubResourceListPublishValidationResult
Type: object
Item SubResource.
Show Source
Nested Schema : versions
Type: object
Additional Properties Allowed
Show Source
Versions of all items and dependencies of the job.
Nested Schema : additionalProperties
Type: object
Nested Schema : itemsScheduledByOtherJobs
Type: array
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : PublishValidationResult
Type: object
Publish validation result for publishing items to channels
Show Source
Nested Schema : PolicyValidationResult
Type: object
PolicyValidationResult
Show Source
Nested Schema : TableStringStringString
Type: object
Show Source
Nested Schema : channels
Type: array
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : Request
Type: object
Show Source
Nested Schema : variationSets
Type: array
Show Source
Nested Schema : ChannelReference
Type: object
Show Source
Nested Schema : publishableItems
Type: array
Show Source
Nested Schema : PolicyReference
Type: object
Show Source
Nested Schema : variationPolicies
Type: array
Show Source
Nested Schema : PublishItemId
Type: object
Show Source
Nested Schema : ItemSummary
Type: object
Show Source
Nested Schema : dependencies
Type: array
Show Source
Nested Schema : validations
Type: array
Show Source
Nested Schema : ChannelValidation
Type: object
Show Source
Nested Schema : results
Type: array
Show Source
Nested Schema : PolicyRuleResult
Type: object
PolicyRuleResult
Show Source
Nested Schema : channels
Type: array
Show Source
Nested Schema : ids
Type: array
Show Source
Nested Schema : PublishValidation
Type: object
PublishValidation
Show Source
Nested Schema : ChannelId
Type: object
ChannelId
Show Source
Nested Schema : ItemVariationSetSummary
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : validations
Type: array
Show Source

400 Response

Bad request.

403 Response

Forbidden.

500 Response

Internal server error.
Back to Top