Skip to content

Commit 8a434b8

Browse files
Bump swagger version (#7663)
* Bump swagger version * update
1 parent 21bc9bb commit 8a434b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/api/cmd/kubermatic-api/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919
// This OpenAPI 2.0 specification describes the REST APIs used by the Kubermatic Kubernetes Platform Dashboard.
2020
//
2121
// Schemes: https
22-
// Version: 2.28
22+
// Version: 2.29
2323
//
2424
// Consumes:
2525
// - application/json

modules/api/cmd/kubermatic-api/swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"info": {
1313
"description": "This OpenAPI 2.0 specification describes the REST APIs used by the Kubermatic Kubernetes Platform Dashboard.",
1414
"title": "Kubermatic Kubernetes Platform API",
15-
"version": "2.28"
15+
"version": "2.29"
1616
},
1717
"paths": {
1818
"/api/projects/{project_id}/clusters/{cluster_id}/sshkeys/{key_id}": {

0 commit comments

Comments
 (0)