mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[HTTP/OAS] Add ML sync API description (#184154)
This commit is contained in:
parent
9897e40482
commit
7de4fef3c1
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue