Strange WorkerRun endpoint names
Full list of all endpoints related to a WorkerRun:
curl 'https://arkindex.teklia.com/api/v1/openapi/?format=json' | jq -r '.paths[][].operationId|select(contains("WorkerRun"))'
ListWorkerRuns
CreateWorkerRun
RetrieveWorkerRunEdit
UpdateWorkerRunEdit
PartialUpdateWorkerRunEdit
DestroyWorkerRunEdit
The WorkerRunEdit endpoints could be renamed to WorkerRun. This name change happened with the introduction of the WorkerRunEditSerializer in !1179 (merged).
Edited by Erwan Rouchet