We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f014af commit d1de33bCopy full SHA for d1de33b
proto/ruek/api/v1/principals.proto
@@ -34,7 +34,7 @@ message PrincipalsDeleteRequest {
34
string id = 1;
35
36
// Limits the delete cost. The value must be within `1` and `65535`. Defaults to `1000`.
37
- optional uint32 cost_limit = 7;
+ optional uint32 cost_limit = 2;
38
}
39
40
message PrincipalsDeleteResponse {
0 commit comments