Configuration API - Job property key customization

Description

Extending Configuration API by adding optional field: key to the create job property endpoint request body:

  • POST /configuration/job-properties

Impact

This enhancement is backward-compatible and does not require any changes to existing client implementations. This will allow clients to set a custom key for job properties during their creation. If the key is not provided, the system will auto-generate one as per existing behavior.

References