Skip to content

Commit

Permalink
Generated code by SwaggerHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Alino authored and root committed Mar 24, 2019
1 parent 81c81d8 commit 3d15c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/swaggerhub/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1084,9 +1084,9 @@
"status" : {
"type" : "string",
"format" : "string",
"description" : "pending - the Task has been created, and it's pending to be reviewed and assigned to someone.\n\nin progress - the Task has been assigned to someone and is being worked on.\n\npaused - the Task went from in progress, to paused, because something is blocking the Task, or the assignee has other priorities.\n\ncanceled - someone did cancel this Task.\n\ncompleted - the work on this Task is done and deliverableLocation is filled with a path to deliverable.\ncompleted-with-warning - the work on this Task is done. But there is a warning probably in the Task note.\nfailed - Task could not be completed because an error occurred.",
"description" : "pending - the Task has been created, and it's pending to be reviewed and assigned to someone.\nconfirmed - the Task has been acknowledged accepted but is not in progress yet.\nrejected - the Task has been acknowledged and rejected for some reason.\nin progress - the Task has been assigned to someone and is being worked on.\n\npaused - the Task went from in progress, to paused, because something is blocking the Task, or the assignee has other priorities.\n\ncanceled - someone did cancel this Task.\n\ncompleted - the work on this Task is done and deliverableLocation is filled with a path to deliverable.\ncompleted-with-warning - the work on this Task is done. But there is a warning probably in the Task note.\nfailed - Task could not be completed because an error occurred.",
"default" : "pending",
"enum" : [ "pending", "in progress", "paused", "canceled", "completed", "completed-with-warning", "failed" ]
"enum" : [ "pending", "confirmed", "rejected", "in progress", "paused", "canceled", "completed", "completed-with-warning", "failed" ]
},
"note" : {
"type" : "string",
Expand Down

0 comments on commit 3d15c5e

Please sign in to comment.