mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[OAS] Simplify server declaration in ML APIs (#169885)
This commit is contained in:
parent
7cd0b74ccb
commit
8924218d6a
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ tags:
|
|||
- name: ml
|
||||
description: Machine learning
|
||||
servers:
|
||||
- url: https://localhost:5601
|
||||
- url: /
|
||||
paths:
|
||||
/api/ml/saved_objects/sync:
|
||||
get:
|
||||
|
|
|
@ -10,7 +10,7 @@ tags:
|
|||
- name: ml
|
||||
description: Machine learning
|
||||
servers:
|
||||
- url: https://localhost:5601
|
||||
- url: /
|
||||
paths:
|
||||
/api/ml/saved_objects/sync:
|
||||
get:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue