Skip to content

Commit 822076c

Browse files
pquentingithub-actions[bot]
authored andcommitted
Mark delete_geoip_database id as mandatory (#2837)
(cherry picked from commit f84d689)
1 parent e49d4f4 commit 822076c

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)