Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions aip/general/0134.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ wiped out data because the previous version did not know about it.

Some resources take longer to update a resource than is reasonable for a
regular API request. In this situation, the API **should** use a long-running
operation (AIP-151) instead:
operation [AIP-151][] instead:
Comment thread
eddiesoller marked this conversation as resolved.
Outdated

```proto
rpc UpdateBook(UpdateBookRequest) returns (google.longrunning.Operation) {
Expand Down Expand Up @@ -291,8 +291,9 @@ does not exist, the service **must** error with `NOT_FOUND` (HTTP 404) unless

[aip-121]: ./0121.md
[aip-128]: ./0128.md
[aip-151]: ./0151.md
[aip-157]: ./0157.md
[aip-203]: ./0203.md
[create]: ./0133.md
[errors]: ./0193.md
[management plane]: ./0111.md#management-plane
[permission-denied]: ./0193.md#permission-denied
Expand Down