Add ip for auditing

This commit is contained in:
2025-06-27 21:33:59 -04:00
parent b8bc25bb8e
commit 4b9803cf66

View File

@@ -12,6 +12,7 @@ message APIValidationRequest {
string Service = 1;
string Permission = 2;
string Key = 3;
string IP = 4;
}
message APIValidationResponse {