Skip to content

Commit

Permalink
Mark delete_geoip_database id as mandatory (#2837)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Aug 30, 2024
1 parent 40c2163 commit f84d689
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion output/schema/schema.json

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

1 change: 0 additions & 1 deletion output/schema/validation-errors.json

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

2 changes: 1 addition & 1 deletion output/typescript/types.ts

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

Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface Request extends RequestBase {
/**
* A comma-separated list of geoip database configurations to delete
*/
id?: Ids
id: Ids
}
query_parameters: {
/**
Expand Down

0 comments on commit f84d689

Please sign in to comment.