Jobs API - Expose Job Property Key

Description

The Jobs API now accepts job properties keys as values for the ids parameters in the request body of the following endpoints:

  • POST jobs
  • PUT jobs/{jobId}
  • PATCH jobs/{jobId}

Additionally, the job properties keys are now included in the responses of the following endpoints:

  • POST jobs
  • GET jobs/{jobId}
  • PUT jobs/{jobId}
  • PATCH jobs/{jobId}

Impact

This enhancement is backward-compatible and does not require any changes to existing client implementations. The feature brings new flexibility - the client can use the keys of the job properties instead of the ids to access and manage the job properties data.

References