Jobs API - Extend job ad creation by adding `delayPublicInDays` request parameter
August 21st, 2025
Description
Extending Jobs API by adding new optional integer request parameter delayPublicInDays
used to postpone PUBLIC jobAd creation. The following endpoints are impacted:
POST jobs/{jobId}/jobads/{jobAdId}/postings
POST jobs/{jobId}/publication
Impact
This enhancement is backward-compatible and does not require any changes to existing client implementations.
This feature allows clients to add option to schedule INTERNAL jobAd to become PUBLIC after specified period of time. If the delayPublicInDays
parameter is not specified, the default behavior is not to publish jobAd as PUBLIC.