From 3d15c5ee5c18297ce71e4db17725184c33606757 Mon Sep 17 00:00:00 2001 From: Alino Date: Sun, 24 Mar 2019 16:15:47 +0000 Subject: [PATCH] Generated code by SwaggerHub --- assets/swaggerhub/swagger.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/swaggerhub/swagger.json b/assets/swaggerhub/swagger.json index 7e63c94..6eabde3 100644 --- a/assets/swaggerhub/swagger.json +++ b/assets/swaggerhub/swagger.json @@ -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",