From f46a99cef763292a5636c1cb66e88421a11e0c7e Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Wed, 19 Mar 2025 10:57:34 +0530 Subject: [PATCH 1/3] Update search-job.md --- docs/api/search-job.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/search-job.md b/docs/api/search-job.md index d37b9e535a..b2a4767a22 100644 --- a/docs/api/search-job.md +++ b/docs/api/search-job.md @@ -935,7 +935,7 @@ https://api.sumologic.com/api/v1/search/jobs/37589506F194FC80 ## Bash this Search Job -You can use the following script to exercise the API. +You can use the following script to exercise the API. We recommended you to send AccessID/ACCESSKEY pair even if they are sending cookies for the Search Job APIs. ```bash #!/bin/bash From b39d781fa57fffc8a8303d38f538e9538dbe08f3 Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Wed, 19 Mar 2025 12:04:40 +0530 Subject: [PATCH 2/3] Update docs/api/search-job.md --- docs/api/search-job.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/api/search-job.md b/docs/api/search-job.md index b2a4767a22..5943ea8141 100644 --- a/docs/api/search-job.md +++ b/docs/api/search-job.md @@ -935,7 +935,11 @@ https://api.sumologic.com/api/v1/search/jobs/37589506F194FC80 ## Bash this Search Job -You can use the following script to exercise the API. We recommended you to send AccessID/ACCESSKEY pair even if they are sending cookies for the Search Job APIs. +You can use the following script to exercise the API. + +:::note +Ensure that you send AccessID/ACCESSKEY pair even if they are sending cookies for the Search Job APIs. +::: ```bash #!/bin/bash From 18a4d7f131f7a9af3bf2199c86df2cc132b40214 Mon Sep 17 00:00:00 2001 From: Jagadisha V <129049263+JV0812@users.noreply.github.com> Date: Wed, 19 Mar 2025 12:05:43 +0530 Subject: [PATCH 3/3] Update docs/api/search-job.md --- docs/api/search-job.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/search-job.md b/docs/api/search-job.md index 5943ea8141..c364830139 100644 --- a/docs/api/search-job.md +++ b/docs/api/search-job.md @@ -938,7 +938,7 @@ https://api.sumologic.com/api/v1/search/jobs/37589506F194FC80 You can use the following script to exercise the API. :::note -Ensure that you send AccessID/ACCESSKEY pair even if they are sending cookies for the Search Job APIs. +Ensure that you send ACCESSID/ACCESSKEY pair even if cookies are sent for the Search Job APIs. ::: ```bash