Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit fec818e

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent 94a7e9a commit fec818e

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

content/v3.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -482,9 +482,19 @@ $ curl -iH 'User-Agent: ' {{ site.data.variables.product.api_url_pre }}/meta
482482
Most responses return an `ETag` header. Many responses also return a `Last-Modified` header. You can use the values
483483
of these headers to make subsequent requests to those resources using the
484484
`If-None-Match` and `If-Modified-Since` headers, respectively. If the resource
485-
has not changed, the server will return a `304 Not Modified`. Also note: making
486-
a conditional request and receiving a 304 response does not count against your
487-
[Rate Limit](#rate-limiting), so we encourage you to use it whenever possible.
485+
has not changed, the server will return a `304 Not Modified`.
486+
487+
{% if page.version == 'dotcom' %}
488+
489+
{{#tip}}
490+
491+
**Note**: Making a conditional request and receiving a 304 response does not
492+
count against your [Rate Limit](#rate-limiting), so we encourage you to use it
493+
whenever possible.
494+
495+
{{/tip}}
496+
497+
{% endif %}
488498

489499
``` command-line
490500
$ curl -i {{ site.data.variables.product.api_url_pre }}/user

0 commit comments

Comments
 (0)