@@ -482,9 +482,19 @@ $ curl -iH 'User-Agent: ' {{ site.data.variables.product.api_url_pre }}/meta
482
482
Most responses return an` ETag ` header. Many responses also return a` Last-Modified ` header. You can use the values
483
483
of these headers to make subsequent requests to those resources using the
484
484
` 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 %}
488
498
489
499
``` command-line
490
500
$ curl -i {{ site.data.variables.product.api_url_pre }}/user