Skip to content

Commit

Permalink
feat: add scopeId for notifygroup proto (#6263)
Browse files Browse the repository at this point in the history
* feat: add scopeId for notifygroup proto

* feat: change scopeId to scopeID
  • Loading branch information
CeerDecy authored Jan 31, 2024
1 parent f30dc92 commit 7f5a3bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/proto/msp/apm/notifygroup/notifygroup.proto
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ message UpdateNotifyGroupRequest {
string name = 2;
repeated NotifyTarget targets = 3;
int64 groupID = 4;
string scopeID = 5;
}

message UpdateNotifyGroupResponse {
Expand All @@ -157,6 +158,7 @@ message UpdateNotifyGroupResponse {

message GetNotifyGroupDetailRequest {
int64 groupID = 1;
string scopeID = 2;
}

message GetNotifyGroupDetailResponse {
Expand Down Expand Up @@ -185,6 +187,7 @@ message NotifyUser {

message DeleteNotifyGroupRequest {
int64 groupID = 1;
string scopeID = 2;
}

message DeleteNotifyGroupResponse {
Expand Down

0 comments on commit 7f5a3bc

Please sign in to comment.