From 59a583fd066c233f446c672b0dc47414287ee64e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gonz=C3=A1lez=20Reina?= Date: Tue, 9 Dec 2025 20:53:45 +0000 Subject: [PATCH] fix payload --- apps/docs/content/docs/core/applications/going-production.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/docs/content/docs/core/applications/going-production.mdx b/apps/docs/content/docs/core/applications/going-production.mdx index 9a5c356..086e740 100644 --- a/apps/docs/content/docs/core/applications/going-production.mdx +++ b/apps/docs/content/docs/core/applications/going-production.mdx @@ -158,9 +158,7 @@ jobs: -H 'x-api-key: YOUR-GENERATED-API-KEY' \ -H 'Content-Type: application/json' \ -d '{ - "json":{ - "applicationId": "YOUR-APPLICATION-ID" - } + "applicationId": "YOUR-APPLICATION-ID" }' ```