method
RiduClient.scheduledPublishes
RiduClient.scheduledPublishes<Slug extends VersionCollectionSlug<Config>>(
collection: Slug,
id: string,
options?: RequestOptions,
): Promise<ScheduledPublish[]>List scheduled publication jobs for one document.
Related types
VersionCollectionSlugCollection slugs with the generated versions capability.
RequestOptionsOptions shared by every request.
ScheduledPublishA durable scheduled-publication job returned by publishing methods.