add request context mine

This commit is contained in:
Elio Bischof 2024-05-28 13:26:33 +02:00
parent 51d43835d3
commit 4e5d06b05b
No known key found for this signature in database
GPG Key ID: 7B383FDE4DDBF1BD

View File

@ -16,6 +16,7 @@ message RequestContext {
string instance_domain = 3;
string org_id = 4;
string org_domain = 5;
bool mine = 6 [(validate.rules).bool = {const: true}]; // The instance is discovered by the domain from the requests host header.
}
}