Skip to content

Commit

Permalink
elastic#8 Insights: Error occurring while creating the maps in aptive
Browse files Browse the repository at this point in the history
  • Loading branch information
rbhukya committed Apr 16, 2021
1 parent 6dcb959 commit 93f4928
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/plugins/file_upload/server/routes/file_upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export const IMPORT_ROUTE = '/api/fileupload/import';
export const querySchema = schema.maybe(
schema.object({
id: schema.nullable(schema.string()),
accountId: schema.string(),
userId: schema.string()
})
);

Expand Down
2 changes: 2 additions & 0 deletions x-pack/plugins/maps/server/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,8 @@ export function initRoutes(router, licenseUid, mapConfig, kbnVersion, logger) {
validate: {
query: schema.object({
indexPatternTitle: schema.string(),
accountId: schema.string(),
userId: schema.string()
}),
},
},
Expand Down

0 comments on commit 93f4928

Please sign in to comment.