File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
proto/frequenz/api/dispatch/v1 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ message DispatchUpdateRequest {
398398 uint64 microgrid_id = 1 ;
399399
400400 // The dispatch identifier
401- uint64 id = 2 ;
401+ uint64 dispatch_id = 2 ;
402402
403403 // Field mask specifying which fields should be updated
404404 google.protobuf.FieldMask update_mask = 3 ;
@@ -413,7 +413,7 @@ message DispatchGetRequest {
413413 uint64 microgrid_id = 1 ;
414414
415415 // The dispatch identifier
416- uint64 id = 2 ;
416+ uint64 dispatch_id = 2 ;
417417}
418418
419419// Message to delete a single dispatch by its ID
@@ -422,5 +422,5 @@ message DispatchDeleteRequest {
422422 uint64 microgrid_id = 1 ;
423423
424424 // The dispatch identifier
425- uint64 id = 2 ;
425+ uint64 dispatch_id = 2 ;
426426}
You can’t perform that action at this time.
0 commit comments