Skip to content

Commit 358da78

Browse files
committed
Move availability annotation
1 parent 9a344d6 commit 358da78

File tree

5 files changed

+28
-28
lines changed

5 files changed

+28
-28
lines changed

output/openapi/elasticsearch-openapi.json

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

output/openapi/elasticsearch-serverless-openapi.json

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

output/schema/schema-serverless.json

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

output/schema/schema.json

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

specification/ingest/simulate/types.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ import { ErrorCause } from '@_types/Errors'
2727
import { DateTime } from '@_types/Time'
2828

2929
export class Ingest {
30+
/**
31+
* @availability stack since=8.16.0
32+
* @availability serverless
33+
*/
3034
_redact?: Redact
3135
timestamp: DateTime
3236
pipeline?: Name
@@ -35,8 +39,6 @@ export class Ingest {
3539
export class Redact {
3640
/**
3741
* indicates if document has been redacted
38-
* @availability stack since=8.16.0
39-
* @availability serverless
4042
*/
4143
_is_redacted: boolean
4244
}

0 commit comments

Comments
 (0)