Skip to content

Commit c5f92af

Browse files
fix(AIP-136): link to AIP-127 for HTTP guidance on body definition. (#1272)
1 parent 3a7dcfd commit c5f92af

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

aip/general/0136.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ services. The bullets below apply in all three cases.
5858
verb in the name of the RPC.
5959
- If word separation is required, `camelCase` **must** be used.
6060
- The `body` clause in the `google.api.http` annotation **should** be `"*"`.
61-
- However, if using `GET`, the `body` clause **must** be absent.
61+
- See [HTTP and gRPC Transcoding][transcoding] for more information.
6262
- Custom methods **should** take a request message matching the RPC
6363
name, with a `Request` suffix.
6464
- Custom methods **should** return a response message matching the RPC
@@ -163,6 +163,7 @@ without risk of runtime impact.
163163
[create]: ./0133.md
164164
[update]: ./0134.md
165165
[delete]: ./0135.md
166+
[transcoding]: ./0127.md
166167

167168
### RPC name
168169

@@ -176,6 +177,7 @@ languages.
176177

177178
## Changelog
178179

180+
- **2023-11-16:** Included link to AIP-127 "HTTP and gRPC Transcoding" for guidance on body definition.
179181
- **2023-05-16:** Added prohibition of the term "async" within RPC names.
180182
- **2023-05-09:** Adding guidance for POST and GET, require parent instead of
181183
the resource singular.

0 commit comments

Comments
 (0)