NLeSC / cwl-compute-service-api

API definition for generic compute service of workflows (most likely CWL workflows)
0 stars 0 forks source link

Post body should contain json object with parameters #7

Closed nielsdrost closed 7 years ago

nielsdrost commented 7 years ago

Instead of putting some parameters in the "query" part of the url, we should put these in the body of the post, like so:

{ id: .../jobs/1 name: string workflow: URI input: { ... } }