Skip to content

Commit

Permalink
[ML] Fixes capabilities check for evaluate analytics endpoint (#66983)
Browse files Browse the repository at this point in the history
  • Loading branch information
peteharverson authored May 19, 2020
1 parent b900040 commit 3e6b3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/ml/server/routes/data_frame_analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export function dataFrameAnalyticsRoutes({ router, mlLicense }: RouteInitializat
body: dataAnalyticsEvaluateSchema,
},
options: {
tags: ['access:ml:canCreateDataFrameAnalytics'],
tags: ['access:ml:canGetDataFrameAnalytics'],
},
},
mlLicense.fullLicenseAPIGuard(async (context, request, response) => {
Expand Down

0 comments on commit 3e6b3ae

Please sign in to comment.