We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a3f8e1 commit 5f4eff4Copy full SHA for 5f4eff4
1 file changed
aip/general/0151.md
@@ -59,7 +59,7 @@ rpc CreateBook(CreateBookRequest) returns (google.longrunning.Operation) {
59
- APIs with messages that return `Operation` **must** implement the
60
[`Operations`][lro] service. Individual APIs **must not** define their own
61
interfaces for long-running operations to avoid non-uniformity.
62
-- If an RPC supports a [validate-only mode](aip-163), the response to a
+- If an RPC supports a [validate-only mode][aip-163], the response to a
63
validation request **must** be one of the following:
64
- A successful response with an `Operation` which is already complete, with
65
the `done` field set to `true`, and a valid (but potentially empty) response
0 commit comments