docs: fix add instance domain description (#6267)

This commit is contained in:
Elio Bischof 2023-07-25 13:54:22 +02:00 committed by GitHub
parent f331a88a16
commit 4656020ea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";