1 Commits

Author SHA1 Message Date
5b12236c59 Add resource for auditing
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-27 21:38:28 -04:00

View File

@@ -13,6 +13,7 @@ message APIValidationRequest {
string Permission = 2; string Permission = 2;
string Key = 3; string Key = 3;
string IP = 4; string IP = 4;
string Resouce = 5;
} }
message APIValidationResponse { message APIValidationResponse {