@@ -710,6 +710,11 @@ components:
710710 nullable : true
711711 description : Datetime when status is set to a terminal value.Can be set
712712 via the API.
713+ time_to_start :
714+ type : string
715+ nullable : true
716+ description : Duration between task creation and when status first changes
717+ from pending. (seconds)
713718 max_runtime :
714719 type : integer
715720 maximum : 2147483647
@@ -724,14 +729,6 @@ components:
724729 nullable : true
725730 description : Maximum time to allow between task updates before considering
726731 the task stale. (seconds)
727- tags :
728- type : object
729- additionalProperties :
730- type : string
731- minLength : 2
732- maxLength : 255
733- description : Tags for the task represented as a mapping from 'namespace'
734- to 'value'.
735732 StatusEnum :
736733 enum :
737734 - pending
@@ -813,6 +810,11 @@ components:
813810 nullable : true
814811 description : Datetime when status is set to a terminal value.Can be set
815812 via the API.
813+ time_to_start :
814+ type : string
815+ nullable : true
816+ description : Duration between task creation and when status first changes
817+ from pending. (seconds)
816818 max_runtime :
817819 type : integer
818820 maximum : 2147483647
@@ -839,6 +841,7 @@ components:
839841 type : string
840842 maxLength : 255
841843 minLength : 2
844+ readOnly : true
842845 description : Tags for the task represented as a mapping from 'namespace'
843846 to 'value'.
844847 required :
@@ -848,6 +851,7 @@ components:
848851 - organization
849852 - project
850853 - public_url
854+ - tags
851855 - updated
852856 - url
853857 - value_percent
@@ -891,6 +895,11 @@ components:
891895 nullable : true
892896 description : Datetime when status is set to a terminal value.Can be set
893897 via the API.
898+ time_to_start :
899+ type : string
900+ nullable : true
901+ description : Duration between task creation and when status first changes
902+ from pending. (seconds)
894903 max_runtime :
895904 type : integer
896905 maximum : 2147483647
@@ -905,14 +914,6 @@ components:
905914 nullable : true
906915 description : Maximum time to allow between task updates before considering
907916 the task stale. (seconds)
908- tags :
909- type : object
910- additionalProperties :
911- type : string
912- minLength : 2
913- maxLength : 255
914- description : Tags for the task represented as a mapping from 'namespace'
915- to 'value'.
916917 required :
917918 - name
918919 securitySchemes :
0 commit comments