Skip to content

Commit f84d689

Browse files
authored
Mark delete_geoip_database id as mandatory (#2837)
1 parent 40c2163 commit f84d689

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

output/schema/schema.json

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

output/schema/validation-errors.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/typescript/types.ts

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

specification/ingest/delete_geoip_database/DeleteGeoipDatabaseRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export interface Request extends RequestBase {
3232
/**
3333
* A comma-separated list of geoip database configurations to delete
3434
*/
35-
id?: Ids
35+
id: Ids
3636
}
3737
query_parameters: {
3838
/**

0 commit comments

Comments
 (0)