From ae33ad091702d53cf2137a8877e021d48f1481de Mon Sep 17 00:00:00 2001 From: Carol Stigum Date: Thu, 5 Feb 2026 11:53:55 -0500 Subject: [PATCH] CLOUD-20033 Remove Scheduled Query mentions in Job API Removed all references to Scheduled Queries n en/API/REST-API-EMBEDDED.yaml and ja/API/REST-API-Embedded.yaml --- en/API/REST-API-Embedded.yaml | 10 +++++----- ja/API/REST-API-Embedded.yaml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/en/API/REST-API-Embedded.yaml b/en/API/REST-API-Embedded.yaml index 9365d44..7c4cac3 100644 --- a/en/API/REST-API-Embedded.yaml +++ b/en/API/REST-API-Embedded.yaml @@ -2010,7 +2010,7 @@ components: properties: jobType: type: string - description: The type of job the user wants to run. + description: The type of job (Caching). id: type: string description: The job's Id. @@ -2089,7 +2089,7 @@ components: properties: jobType: type: string - description: The type of job that the user wants to run (Caching or ScheduledQuery). + description: The type of job (Caching). intervalUnit: type: string description: A string representing the time interval (Hour/Day/Week/Month). @@ -2110,7 +2110,7 @@ components: description: An optional DateTime value that can be used to set the initial start time for the job. params: $ref: "#/components/schemas/JobParams" - description: An object containing different job details depending on if the job is a cache job or a scheduled query. + description: An object containing job-specific parameters. additionalProperties: false UpdateJobRequest: type: object @@ -2123,7 +2123,7 @@ components: properties: jobType: type: string - description: The type of job that the user wants to run (Caching or ScheduledQuery). + description: The type of job (Caching). intervalUnit: type: string description: A string representing the time interval (Hour/Day/Week/Month). @@ -2144,7 +2144,7 @@ components: description: An optional DateTime value that can be used to set the initial start time for the job. params: $ref: "#/components/schemas/JobParams" - description: An object containing different job details depending on if the job is a cache job or a scheduled query. + description: An object containing job-specific parameters. additionalProperties: false WorkspaceList: type: object diff --git a/ja/API/REST-API-Embedded.yaml b/ja/API/REST-API-Embedded.yaml index 1163d30..d41d654 100644 --- a/ja/API/REST-API-Embedded.yaml +++ b/ja/API/REST-API-Embedded.yaml @@ -1984,7 +1984,7 @@ components: properties: jobType: type: string - description: The type of job the user wants to run. + description: The type of job (Caching). id: type: string description: The job's Id. @@ -2060,7 +2060,7 @@ components: properties: jobType: type: string - description: The type of job that the user wants to run (Caching or ScheduledQuery). + description: The type of job (Caching). intervalUnit: type: string description: A string representing the time interval (Hour/Day/Week/Month). @@ -2081,7 +2081,7 @@ components: description: An optional DateTime value that can be used to set the initial start time for the job. params: $ref: "#/components/schemas/JobParams" - description: An object containing different job details depending on if the job is a cache job or a scheduled query. + description: An object containing job-specific parameters. additionalProperties: false UpdateJobRequest: type: object @@ -2094,7 +2094,7 @@ components: properties: jobType: type: string - description: The type of job that the user wants to run (Caching or ScheduledQuery). + description: The type of job (Caching). intervalUnit: type: string description: A string representing the time interval (Hour/Day/Week/Month). @@ -2115,7 +2115,7 @@ components: description: An optional DateTime value that can be used to set the initial start time for the job. params: $ref: "#/components/schemas/JobParams" - description: An object containing different job details depending on if the job is a cache job or a scheduled query. + description: An object containing job-specific parameters. additionalProperties: false WorkspaceList: type: object