Skip to content

Commit 90e3803

Browse files
OAS Update
1 parent 0f1f866 commit 90e3803

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

services/certificates/v1alpha/certificates.json renamed to services/certificates/v1beta/certificates.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@
126126
"info": {
127127
"description": "This API offers the ability to store TLS certificates, which can be used by load balancing servers in STACKIT. They can be between consumer and load balancing server and/or between load balancing server and endpoint server.",
128128
"title": "Load Balancer Certificates API",
129-
"version": "1alpha.2.0"
129+
"version": "1beta.2.0"
130130
},
131131
"openapi": "3.0.3",
132132
"paths": {
133-
"/v1alpha/projects/{projectId}/certificates": {
133+
"/v1beta/projects/{projectId}/certificates": {
134134
"get": {
135135
"description": "ListCertificates will return the list of TLS certificates in a project.",
136136
"operationId": "ListCertificates",
@@ -273,7 +273,7 @@
273273
"summary": "Store a TLS certificate in a project."
274274
}
275275
},
276-
"/v1alpha/projects/{projectId}/certificates/{id}": {
276+
"/v1beta/projects/{projectId}/certificates/{id}": {
277277
"delete": {
278278
"description": "DeleteCertificate will delete the stored TLS certificate.",
279279
"operationId": "DeleteCertificate",

0 commit comments

Comments
 (0)