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" }' ```