We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21bc9bb commit 8a434b8Copy full SHA for 8a434b8
modules/api/cmd/kubermatic-api/main.go
@@ -19,7 +19,7 @@ limitations under the License.
19
// This OpenAPI 2.0 specification describes the REST APIs used by the Kubermatic Kubernetes Platform Dashboard.
20
//
21
// Schemes: https
22
-// Version: 2.28
+// Version: 2.29
23
24
// Consumes:
25
// - application/json
modules/api/cmd/kubermatic-api/swagger.json
@@ -12,7 +12,7 @@
12
"info": {
13
"description": "This OpenAPI 2.0 specification describes the REST APIs used by the Kubermatic Kubernetes Platform Dashboard.",
14
"title": "Kubermatic Kubernetes Platform API",
15
- "version": "2.28"
+ "version": "2.29"
16
},
17
"paths": {
18
"/api/projects/{project_id}/clusters/{cluster_id}/sshkeys/{key_id}": {
0 commit comments