Skip to content

Commit

Permalink
[HTTP/OAS] Add ML sync API description (elastic#184154)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored May 24, 2024
1 parent 9897e40 commit 7de4fef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/ml/server/routes/saved_objects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export function savedObjectsRoutes(
.get({
path: `${ML_EXTERNAL_BASE_PATH}/saved_objects/sync`,
access: 'public',
description: 'Synchronize machine learning saved objects',
options: {
tags: [
'access:ml:canCreateJob',
Expand Down

0 comments on commit 7de4fef

Please sign in to comment.