Add Location and Application Form Fields to Job Posting Update

  • jobPosting.update now accepts locationId (nullable UUID) to set or clear the primary posting location, secondaryLocationIds (array of UUIDs) to fully replace the secondary locations, and applicationFormDefinitionId (nullable UUID) to set or clear the posting's application form override.
  • jobPosting.info now returns applicationFormDefinitionId on the job posting object, enabling round-trip read/write of the application form setting.