Skip to content

Commit fa4eb40

Browse files
committed
Rename id -> dispatch_id
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent c7984da commit fa4eb40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proto/frequenz/api/dispatch/v1/dispatch.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)