Skip to content

Commit

Permalink
fix validation
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Apr 9, 2020
1 parent b40ef71 commit 871b3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/logstash/server/routes/pipeline/save.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export function registerPipelineSaveRoute(
description: schema.string(),
pipeline: schema.string(),
username: schema.string(),
settings: schema.maybe(schema.object({}, { unknowns: 'ignore' })),
settings: schema.maybe(schema.object({}, { unknowns: 'allow' })),
}),
},
},
Expand Down

0 comments on commit 871b3d7

Please sign in to comment.