From 1fc1736c9e97ccb1b43b68a74cf040a8f3a5029b Mon Sep 17 00:00:00 2001 From: Tony Wittinger Date: Fri, 13 May 2022 11:19:51 -0700 Subject: [PATCH] docs: updated monitor doc (#15358) --- website/content/api-docs/system/monitor.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/api-docs/system/monitor.mdx b/website/content/api-docs/system/monitor.mdx index bfe37054ff..d888b44175 100644 --- a/website/content/api-docs/system/monitor.mdx +++ b/website/content/api-docs/system/monitor.mdx @@ -31,7 +31,7 @@ default, this is text. ```shell-session $ curl \ --header "X-Vault-Token: ..." \ - http://127.0.0.1:8200/v1/sys/monitor?log_level=debug" + 'http://127.0.0.1:8200/v1/sys/monitor?log_level=debug' ``` ### Sample Response