Skip to content

Commit

Permalink
[Observability AI Assistant] Body should not be required for Kibana (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dgieselaar authored Sep 5, 2023
1 parent 22ae6bc commit 4ce9d5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function registerKibanaFunction({
description: 'The body of the request',
},
},
required: ['method', 'pathname', 'body'] as const,
required: ['method', 'pathname'] as const,
},
},
({ arguments: { method, pathname, body, query } }, signal) => {
Expand Down

0 comments on commit 4ce9d5d

Please sign in to comment.