Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions en/API/REST-API-Embedded.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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).
Expand All @@ -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
Expand All @@ -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).
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions ja/API/REST-API-Embedded.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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).
Expand All @@ -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
Expand All @@ -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).
Expand All @@ -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
Expand Down