mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 17:57:33 +00:00
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:
@@ -342,6 +342,7 @@ service AdminService {
|
||||
rpc AddInstanceTrustedDomain(AddInstanceTrustedDomainRequest) returns (AddInstanceTrustedDomainResponse) {
|
||||
option (google.api.http) = {
|
||||
post: "/trusted_domains";
|
||||
body: "*"
|
||||
};
|
||||
|
||||
option (zitadel.v1.auth_option) = {
|
||||
|
Reference in New Issue
Block a user