Skip to content

Commit 622adc6

Browse files
OAS Update
1 parent eeaefbd commit 622adc6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

services/certificates/v1beta/certificates.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,14 +125,15 @@
125125
}
126126
},
127127
"info": {
128-
"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.",
128+
"description": "### DEPRECATED! Use v2beta instead.\n\nThis 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.",
129129
"title": "Load Balancer Certificates API",
130130
"version": "1beta.0.0"
131131
},
132132
"openapi": "3.0.3",
133133
"paths": {
134134
"/v1beta/projects/{projectId}/certificates": {
135135
"get": {
136+
"deprecated": true,
136137
"description": "ListCertificates will return the list of TLS certificates in a project.",
137138
"operationId": "ListCertificates",
138139
"parameters": [
@@ -221,6 +222,7 @@
221222
}
222223
},
223224
"post": {
225+
"deprecated": true,
224226
"description": "CreateCertificate will store a TLS certificate in a project.",
225227
"operationId": "CreateCertificate",
226228
"parameters": [
@@ -302,6 +304,7 @@
302304
},
303305
"/v1beta/projects/{projectId}/certificates/{id}": {
304306
"delete": {
307+
"deprecated": true,
305308
"description": "DeleteCertificate will delete the stored TLS certificate.",
306309
"operationId": "DeleteCertificate",
307310
"parameters": [
@@ -379,6 +382,7 @@
379382
}
380383
},
381384
"get": {
385+
"deprecated": true,
382386
"description": "GetCertificate will return the public parts of a stored TLS certificate.",
383387
"operationId": "GetCertificate",
384388
"parameters": [

0 commit comments

Comments
 (0)