Skip to content
Snippets Groups Projects
Commit 7a2b7946 authored by Justin Ehlert's avatar Justin Ehlert
Browse files

Rename update_job endpoint

parent 2282db3d
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@
'running' state.
Accepts the same body as /api/jobs/add , except all fields are optional.
operationId: update_job
operationId: modify_job
tags:
- jobs
responses:
......@@ -98,6 +98,7 @@
parameters:
- name: body
in: body
required: true
schema:
example:
$ref: examples/input/job-update.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment