Skip to content

Commit

Permalink
add jobId definition to swagger.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shriramshankar committed May 15, 2017
1 parent 707c640 commit f37b7c9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion api/v1/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6854,7 +6854,14 @@ definitions:
readOnly: true
description: >
Status.
jobId:
type: integer
readOnly: true
description: >
Optionally a jobId is returned with the response when the bulk upsert
request is enqueued as a job for the workers to process it
asynchronously. The returned jobId can be used to check the status
of the bulk upsert request.
SubjectsResponse:
type: object
description: >
Expand Down

0 comments on commit f37b7c9

Please sign in to comment.