Skip to content

Commit 75d65c9

Browse files
committed
Swagger version should be v1
1 parent 19acc5e commit 75d65c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/swagger/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"info":{
8383
"title":"Oracle WebLogic Server Kubernetes Operator REST interface",
8484
"description":"<p>RESTful Management Interface for the Oracle WebLogic Server Kubernetes Operator.</p><p>Copyright 2017, 2018, Oracle Corporation and/or its affiliates. All rights reserved.</p><p>Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.</p>",
85-
"version":"2.0"
85+
"version":"v1"
8686
},
8787
"schemes":[
8888
"https"

swagger/src/main/resources/operator-swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"info":{
44
"title":"Oracle WebLogic Server Kubernetes Operator REST interface",
55
"description":"<p>RESTful Management Interface for the Oracle WebLogic Server Kubernetes Operator.</p><p>Copyright 2017, 2018, Oracle Corporation and/or its affiliates. All rights reserved.</p><p>Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.</p>",
6-
"version":"2.0"
6+
"version":"v1"
77
},
88
"schemes":[
99
"https"

0 commit comments

Comments
 (0)