diff --git a/docs/_layouts/api-endpoint.html b/docs/_layouts/api-endpoint.html index 6a4ebfad3..6da322ae2 100644 --- a/docs/_layouts/api-endpoint.html +++ b/docs/_layouts/api-endpoint.html @@ -48,7 +48,7 @@
x-client-id: my_app_name
-header must be supplied since anonymous requests are not permitted.
\ No newline at end of file
+
+*Note that the `x-client-id: my_app_name` header must be supplied since anonymous requests are not permitted.*
diff --git a/docs/content/_endpoints/post-query-metrics.md b/docs/content/_endpoints/post-query-metrics.md
index e247aa889..b7554d8f3 100644
--- a/docs/content/_endpoints/post-query-metrics.md
+++ b/docs/content/_endpoints/post-query-metrics.md
@@ -1,6 +1,7 @@
---
method: POST
endpoint: /query/metrics
+x-client-id-header: "-H 'x-client-id: my-app'"
help: Query for metrics
description: Query and aggregate metrics.
fields:
@@ -33,5 +34,4 @@ response_fields:
type_name: 'Statistics'
purpose: 'Statistics about the current query. This field should be inspected for errors which will have caused the result to be inconsistent.'
---
-Note that the x-client-id: my_app_name
-header must be supplied since anonymous requests are not permitted.
\ No newline at end of file
+*Note that the `x-client-id: my_app_name` header must be supplied since anonymous requests are not permitted.*