mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-04 23:45:07 +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:
parent
382a97c30f
commit
25bce59119
@ -342,6 +342,7 @@ service AdminService {
|
||||
rpc AddInstanceTrustedDomain(AddInstanceTrustedDomainRequest) returns (AddInstanceTrustedDomainResponse) {
|
||||
option (google.api.http) = {
|
||||
post: "/trusted_domains";
|
||||
body: "*"
|
||||
};
|
||||
|
||||
option (zitadel.v1.auth_option) = {
|
||||
|
Loading…
Reference in New Issue
Block a user