Update a scheduled publish job

put

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

Updates a scheduled publish child job only, as per the provided parentJobId, nextRunTime, with the given payload. Please note that schedule is standard for recurring events/child jobs as they are differentiated by nextRunTime.

Request

Supported Media Types
Query Parameters
  • Indicates whether the whole recurrence series is to be cancelled this point onwards
    Default Value: false
  • This parameter accepts a query expression condition that matches the field values. The value of query condition follows the format of {fieldName} {operator} "{fieldValue}". Multiple mentions of field status not supported.
  • Indicates whether the call is only to validate the input without actually creating/updating the job
Header Parameters
Body ()
Updates the scheduled publish job with given information in the payload.
Note: For recurring jobs, the name can only be modified on the parent job, as they remain common across all recurring job events. description, however can be unique to recurring job instances.
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.
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.

404 Response

Not found.

500 Response

Internal server error.
Back to Top