File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
proto/frequenz/api/dispatch Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -156,6 +156,9 @@ message DispatchCreateRequest {
156156 string type = 2 ;
157157
158158 // The start time
159+ // When creating a dispatch, ensure that the starting timestamp is set to
160+ // the current time or any future time.
161+ // Timestamps earlier than the current time are not allowed.
159162 google.protobuf.Timestamp start_time = 3 ;
160163
161164 // The end time
@@ -186,6 +189,9 @@ message DispatchUpdateRequest {
186189 optional string type = 3 ;
187190
188191 // The start time
192+ // When updating a dispatch, ensure that the starting timestamp is set to
193+ // the current time or any future time.
194+ // Timestamps earlier than the current time are not allowed.
189195 google.protobuf.Timestamp start_time = 4 ;
190196
191197 // The end time
You can’t perform that action at this time.
0 commit comments