Jobs API - Predefined Location Identifier Support in Job PATCH and Job Ads
September 21st, 2026
Description
It is now possible to reference a predefined location by its identifier when updating a job via PATCH, and when creating or updating a job ad, consistent with the existing support in Create and Update Job.
This change is backward compatible. Existing clients sending location with full location details (city, countryCode, etc.) continue to work without any modifications.
Jobs API
Added
location.identifieraccepted onPATCH /jobs/{jobId}, using the sameLocationByIdentifierschema already supported onPOST /jobsandPUT /jobs/{jobId}.LOCATION_IDENTIFIER_NOT_FOUND(HTTP 400) is now also returned fromPATCH /jobs/{jobId}when the providedidentifierdoes not match any predefined location configured for the company.
Job Ads API
Added
location.identifieraccepted onPOST /jobs/{jobId}/jobadsandPUT /jobs/{jobId}/jobads/{jobAdId}.LOCATION_IDENTIFIER_NOT_FOUND(HTTP 400) returned from both endpoints when the providedidentifierdoes not match any predefined location configured for the company.