fix(api): pass trusted domain in body instead of param (#8544)

# Which Problems Are Solved

The trusted domain cannot be sent in the request body.

# How the Problems Are Solved

Added missing mapping

# Additional Changes

None

# Additional Context

None
This commit is contained in:
Livio Spring
2024-09-04 13:34:26 +02:00
committed by GitHub
parent 382a97c30f
commit 25bce59119

View File

@@ -342,6 +342,7 @@ service AdminService {
rpc AddInstanceTrustedDomain(AddInstanceTrustedDomainRequest) returns (AddInstanceTrustedDomainResponse) { rpc AddInstanceTrustedDomain(AddInstanceTrustedDomainRequest) returns (AddInstanceTrustedDomainResponse) {
option (google.api.http) = { option (google.api.http) = {
post: "/trusted_domains"; post: "/trusted_domains";
body: "*"
}; };
option (zitadel.v1.auth_option) = { option (zitadel.v1.auth_option) = {