As far as I can tell from the documentation, creating a job in LSAF repository through LSAF 5.4.1 REST API is possible via a POST request to the endpoint /jobs/repository/{path}
However, it seems that after creating a job that way, any attempt to re-create (overwrite) the same job again will fail, even if the first job created was versioned and you just wanted to create a new version.
Additionally, there seems to be no DELETE functionality that could be used before re-creating a new job at the same location.
This makes the job creation feature quite limited if you need to manually delete the job before you can create a new version.
Is my understanding correct ?
Any chance this limitation is going to be removed in a future version ?
Thanks