Skip to content

Commit

Permalink
Edit syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Dec 17, 2024
1 parent 304c585 commit 823920e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion specification/rollup/delete_job/DeleteRollupJobRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { Id } from '@_types/common'
/**
* Delete a rollup job.
*
* A job must be stopped first before it can be deleted.
* A job must be stopped before it can be deleted.
* If you attempt to delete a started job, an error occurs.
* Similarly, if you attempt to delete a nonexistent job, an exception occurs.
*
Expand Down
2 changes: 1 addition & 1 deletion specification/rollup/put_job/CreateRollupJobRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { Duration } from '@_types/Time'
/**
* Create a rollup job.
*
* WARNING: From 8.15.0, calling this API in a cluster with no rollup usage will fail with a message about the deprecation and planned removal of rollup features. A cluster either needs to contain a rollup job or a rollup index in order for this API to be allowed to run.
* WARNING: From 8.15.0, calling this API in a cluster with no rollup usage will fail with a message about the deprecation and planned removal of rollup features. A cluster needs to contain either a rollup job or a rollup index in order for this API to be allowed to run.
*
* The rollup job configuration contains all the details about how the job should run, when it indexes documents, and what future queries will be able to run against the rollup index.
*
Expand Down

0 comments on commit 823920e

Please sign in to comment.