From 0b036b1800d61616fb09f3a009d97ba0c546f5cb Mon Sep 17 00:00:00 2001 From: Benjamin Werner Date: Thu, 6 Feb 2025 19:53:25 -0800 Subject: [PATCH] Update docs/machine-requests/overview.mdx Co-authored-by: Bryce Kalow --- docs/machine-requests/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/machine-requests/overview.mdx b/docs/machine-requests/overview.mdx index f9dfa11404..f8ab2dec41 100644 --- a/docs/machine-requests/overview.mdx +++ b/docs/machine-requests/overview.mdx @@ -48,7 +48,7 @@ export default async function cronJob() { ## Verifying Machine Requests -For a machine request to be valid, it must include a valid [machine token](/docs/machine-requests/machine-tokens) in the Bearer `Authorization` header. +For a Machine Request to be valid, it must include a valid [machine token](/docs/machine-requests/machine-tokens) in the Bearer `Authorization` header. You can verify machine tokens in two ways: