mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 04:07:31 +00:00
docs(nginx): fix nginx directory, system api proto description (#5809)
Co-authored-by: Elio Bischof <elio@zitadel.com>
This commit is contained in:
@@ -229,7 +229,7 @@ service SystemService {
|
||||
};
|
||||
}
|
||||
|
||||
// Returns the domain of an instance
|
||||
// Removes the domain of an instance
|
||||
rpc RemoveDomain(RemoveDomainRequest) returns (RemoveDomainResponse) {
|
||||
option (google.api.http) = {
|
||||
delete: "/instances/{instance_id}/domains/{domain}";
|
||||
@@ -240,7 +240,7 @@ service SystemService {
|
||||
};
|
||||
}
|
||||
|
||||
// Returns the domain of an instance
|
||||
// Sets the primary domain of an instance
|
||||
rpc SetPrimaryDomain(SetPrimaryDomainRequest) returns (SetPrimaryDomainResponse) {
|
||||
option (google.api.http) = {
|
||||
post: "/instances/{instance_id}/domains/_set_primary";
|
||||
|
Reference in New Issue
Block a user