We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f18d4 commit fbafa2fCopy full SHA for fbafa2f
1 file changed
aip/general/0154/aip.md
@@ -35,6 +35,16 @@ guarantees it will change if the resource changes.
35
36
### Condition headers
37
38
+Services that provide ETags **should** support the `If-Match` and
39
+`If-None-Match` headers on incoming requests:
40
+
41
+```http
42
+GET /v1/publishers/{publisher}/books/{book} HTTP/2
43
+Host: library.googleapis.com
44
+Accept: application/json
45
+If-Match: "55cc0347-66fc-46c3-a26f-98a9a7d61d0e"
46
+```
47
48
If the service receives a request to modify a resource that includes an
49
`If-Match` header, the service **must** validate that the value matches the
50
current ETag. If the `If-Match` header value does not match the ETag, the
0 commit comments