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