Skip to content

Commit

Permalink
[OAS] Simplify server declaration in ML APIs (#169885)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Oct 26, 2023
1 parent 7cd0b74 commit 8924218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-pack/plugins/ml/common/openapi/ml_apis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
- name: ml
description: Machine learning
servers:
- url: https://localhost:5601
- url: /
paths:
/api/ml/saved_objects/sync:
get:
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/ml/common/openapi/ml_apis_serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tags:
- name: ml
description: Machine learning
servers:
- url: https://localhost:5601
- url: /
paths:
/api/ml/saved_objects/sync:
get:
Expand Down

0 comments on commit 8924218

Please sign in to comment.