Commit 779363c8 authored by Chris Molozian's avatar Chris Molozian
Browse files

Update description comment in service proto.

parent cc000073
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -231,7 +231,7 @@ service Nakama {
    option (google.api.http).delete = "/v2/friend";
  }

  // Delete one or more groups by ID.
  // Delete a group by ID.
  rpc DeleteGroup (DeleteGroupRequest) returns (google.protobuf.Empty) {
    option (google.api.http).delete = "/v2/group/{group_id}";
  }