1313 license :
1414 name : Apache 2.0
1515 url : https://github.com/absmach/supermq/blob/main/LICENSE
16- version : 0.14.0
16+ version : 0.15.1
1717
1818servers :
1919 - url : http://localhost:9013
8888 description : Database can't process request.
8989 " 500 " :
9090 $ref : " #/components/responses/ServiceError"
91+
9192 /{domainID}/clients/configs/{configId} :
9293 get :
9394 operationId : getConfig
@@ -167,6 +168,7 @@ paths:
167168 description : Database can't process request.
168169 " 500 " :
169170 $ref : " #/components/responses/ServiceError"
171+
170172 /{domainID}/clients/configs/certs/{configId} :
171173 patch :
172174 operationId : updateConfigCerts
@@ -199,6 +201,7 @@ paths:
199201 description : Database can't process request.
200202 " 500 " :
201203 $ref : " #/components/responses/ServiceError"
204+
202205 /{domainID}/clients/configs/connections/{configId} :
203206 put :
204207 operationId : updateConfigConnections
@@ -230,6 +233,7 @@ paths:
230233 description : Database can't process request.
231234 " 500 " :
232235 $ref : " #/components/responses/ServiceError"
236+
233237 /clients/bootstrap/{externalId} :
234238 get :
235239 operationId : getBootstrapConfig
@@ -255,6 +259,7 @@ paths:
255259 description : Database can't process request.
256260 " 500 " :
257261 $ref : " #/components/responses/ServiceError"
262+
258263 /clients/bootstrap/secure/{externalId} :
259264 get :
260265 operationId : getSecureBootstrapConfig
@@ -281,6 +286,7 @@ paths:
281286 description : Database can't process request.
282287 " 500 " :
283288 $ref : " #/components/responses/ServiceError"
289+
284290 /{domainID}/clients/state/{configId} :
285291 put :
286292 operationId : updateConfigState
@@ -310,6 +316,7 @@ paths:
310316 description : Database can't process request.
311317 " 500 " :
312318 $ref : " #/components/responses/ServiceError"
319+
313320 /health :
314321 get :
315322 summary : Retrieves service health check info.
0 commit comments