Skip to content

Commit

Permalink
[HTTP/OAS] Add description for task manager health API (#184249)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored May 29, 2024
1 parent c75560b commit f2a4bba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x-pack/plugins/task_manager/server/routes/health.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ export function healthRoute(params: HealthRouteParams): {
// Uncomment when we determine that we can restrict API usage to Global admins based on telemetry
// options: { tags: ['access:taskManager'] },
validate: false,
options: {
access: 'public',
description: `Get task manager health`,
},
},
async function (
context: RequestHandlerContext,
Expand Down

0 comments on commit f2a4bba

Please sign in to comment.