OAProc updates (#840)

* update OAProc jobs as a top-level resource (#838)

* update config

* update copyright year
This commit is contained in:
Tom Kralidis
2022-01-04 08:43:39 -05:00
committed by GitHub
parent 6271e41bc7
commit 5d072f4efa
15 changed files with 191 additions and 246 deletions
@@ -62,8 +62,8 @@ Processing examples
* http://localhost:5000/processes
* describe the ``hello-world`` process
* http://localhost:5000/processes/hello-world
* show all jobs for the ``hello-world`` process
* http://localhost:5000/processes/hello-world/jobs
* show all jobs
* http://localhost:5000/jobs
* execute a job for the ``hello-world`` process
* ``curl -X POST "http://localhost:5000/processes/hello-world/execution" -H "Content-Type: application/json" -d "{\"inputs\":{\"name\": \"hi there2\"}}"``
* execute a job for the ``hello-world`` process with a raw response (default)