You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Exports secret key for device synchronization. The key could be in any format but has to be understood by every provided test-driver-api per distributor!"
273
+
operationId: keyExport
274
+
responses:
275
+
"200":
276
+
description: "information about the exported key"
277
+
content:
278
+
application/json:
279
+
schema:
280
+
$ref: "#/components/schemas/matrixKeyInfo"
281
+
"400":
282
+
$ref: "#/components/responses/BadRequest"
283
+
"401":
284
+
$ref: "#/components/responses/Unauthorized"
285
+
default:
286
+
$ref: "#/components/responses/DefaultResponse"
287
+
288
+
post:
289
+
tags:
290
+
- keyExchange
291
+
description: "Imports secret key and execute synchronization"
0 commit comments