Skip to content
Snippets Groups Projects
Commit 2959e690 authored by Colton Leekley-Winslow's avatar Colton Leekley-Winslow
Browse files

fix big typo in jobs RAML

parent 672fe73b
No related branches found
No related tags found
No related merge requests found
......@@ -57,12 +57,13 @@ get:
JobId:
type: string
get:
description: Get info about a specific job
description: Get job details
responses:
200:
body:
application/json:
example: !include ../examples/job.json
schema: !include ../schemas/output/job.json
404:
description: JobId not found
put:
......@@ -71,32 +72,6 @@ get:
Enforces a valid state machine transition, if any.
Rejects any change to a job that is not currently in 'pending' or 'running' state.
Accepts the same body as /api/jobs/add , except all fields are optional.
body:
application/json:
example: |
{
"tags":[
"test-tag"
]
}
responses:
200:
description: |
The job has been updated. No response body is sent.
/{JobId}:
uriParameters:
JobId:
type: string
get:
description: Get job details
responses:
200:
body:
application/json:
example: !include ../examples/job.json
schema: !include ../schemas/output/job.json
put:
description: Update a job
body:
application/json:
example: !include ../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