From 4656020ea62e813a4efff20f025d6c1a34f182aa Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Tue, 25 Jul 2023 13:54:22 +0200 Subject: [PATCH] docs: fix add instance domain description (#6267) --- proto/zitadel/system.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/zitadel/system.proto b/proto/zitadel/system.proto index 4bfec35e6e..e2e95dc9c5 100644 --- a/proto/zitadel/system.proto +++ b/proto/zitadel/system.proto @@ -217,7 +217,7 @@ service SystemService { }; } - // Returns the domain of an instance + // Adds a domain to an instance rpc AddDomain(AddDomainRequest) returns (AddDomainResponse) { option (google.api.http) = { post: "/instances/{instance_id}/domains";