From d4cb83ed4166c49d6e59f0f3bf4ff692f56e64ba Mon Sep 17 00:00:00 2001 From: mithunP-45 Date: Thu, 5 Mar 2026 09:03:19 +0530 Subject: [PATCH] Updated Job Run API description --- source/includes/acts/post_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/includes/acts/post_api.md b/source/includes/acts/post_api.md index 1d6bdcf51a8..59c70493480 100644 --- a/source/includes/acts/post_api.md +++ b/source/includes/acts/post_api.md @@ -1514,7 +1514,7 @@ IRestResponse response = client.Execute(request); ### 16. Job Run -This section outlines how to trigger a job run using the designated API endpoint. The endpoint runs a job for a specified tenant and returns a response indicating whether the job was successfully initiated. +This section outlines how to trigger a job run for Batch Job, Data Import Job, or Data Export Job using the designated API endpoint. The endpoint sets run_now_ind = Yes for a job for a specified tenant and returns a response indicating whether the job record was successfully updated. **Job Run POST Endpoint**