From c0d38aff6039ca1ef5dffa154e860ab66f29e496 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Wed, 28 Sep 2022 18:31:00 +0300 Subject: [PATCH] docs: fixed formatting issue in Create Batch Job Strategy (#2269) --- docs/content/advanced/backend/batch-jobs/create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/advanced/backend/batch-jobs/create.md b/docs/content/advanced/backend/batch-jobs/create.md index 92970fb916..2077ddf357 100644 --- a/docs/content/advanced/backend/batch-jobs/create.md +++ b/docs/content/advanced/backend/batch-jobs/create.md @@ -239,7 +239,7 @@ npm run start If your `start` script uses the `medusa develop` command, whenever you make changes in the `src` directory the `build` command will automatically run and the server will restart. -:: +::: You must also use an authenticated user to send batch job requests. You can refer to the [authentication guide in the API reference](https://docs.medusajs.com/api/admin/#section/Authentication) for more details.