[OAS] Simplify server declaration in ML APIs (#169885)

This commit is contained in:
Lisa Cawley 2023-10-26 13:45:47 -07:00 committed by GitHub
parent 7cd0b74ccb
commit 8924218d6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ tags:
- name: ml
description: Machine learning
servers:
- url: https://localhost:5601
- url: /
paths:
/api/ml/saved_objects/sync:
get:

View file

@ -10,7 +10,7 @@ tags:
- name: ml
description: Machine learning
servers:
- url: https://localhost:5601
- url: /
paths:
/api/ml/saved_objects/sync:
get: