We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
update_time
1 parent 09149bc commit 19a0875Copy full SHA for 19a0875
RELEASE_NOTES.md
@@ -1,3 +1,4 @@
1
# Release notes
2
3
- The field `create_time` has been removed from update requests.
4
+- An `update_time` field has been added to the Dispatch object.
proto/frequenz/api/dispatch/dispatch.proto
@@ -77,6 +77,10 @@ message Dispatch {
77
// The creation time
78
// This is set when a dispatch is created via the create request message
79
google.protobuf.Timestamp create_time = 10;
80
+
81
+ // The update time
82
+ // This is set when a dispatch is modified via the update request message
83
+ google.protobuf.Timestamp update_time = 11;
84
}
85
86
// Filter parameter for specifying multiple time intervals
0 commit comments