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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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