Skip to content

Commit 823920e

Browse files
committed
Edit syntax
1 parent 304c585 commit 823920e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

output/schema/schema.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/rollup/delete_job/DeleteRollupJobRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import { Id } from '@_types/common'
2323
/**
2424
* Delete a rollup job.
2525
*
26-
* A job must be stopped first before it can be deleted.
26+
* A job must be stopped before it can be deleted.
2727
* If you attempt to delete a started job, an error occurs.
2828
* Similarly, if you attempt to delete a nonexistent job, an exception occurs.
2929
*

specification/rollup/put_job/CreateRollupJobRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { Duration } from '@_types/Time'
2727
/**
2828
* Create a rollup job.
2929
*
30-
* 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.
30+
* 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.
3131
*
3232
* 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.
3333
*

0 commit comments

Comments
 (0)