[HTTP/OAS] Add ML sync API description (#184154)

This commit is contained in:
Lisa Cawley 2024-05-24 10:43:39 -07:00 committed by GitHub
parent 9897e40482
commit 7de4fef3c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',