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
{{ message }}
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
- `202` and a key trial, if one still needs to be passed
141
+
- `200` and the appropriate data if the key trial has been passed and is not yet expired.
142
+
- `204` if the server needs time to gather the data. A `Retry-After` header is included in
143
+
the response, indicating to the actor the point in time at which they should query this
144
+
endpoint again. If this point in time is after the expiry timestamp of the completed key trial,
145
+
another key trial needs to be performed to access the data.
146
+
Contains all data of the user.
147
+
headers:
148
+
Retry-After:
149
+
required: true
150
+
schema:
151
+
type: integer
152
+
format: uint64
126
153
tags:
127
154
- Migration - Registration not required
128
155
security:
@@ -320,11 +347,20 @@ paths:
320
347
parameters: []
321
348
responses:
322
349
'200':
323
-
description: Returns `200` if the key trials were processed and deemed to be valid. Returns `202`, if the server needs additional time to process the key trials. 400 is received if one or more completed key trials were faulty. Contains faulty key trials in the response body.
350
+
description: |-
351
+
- `200` if the key trials were processed and deemed to be valid
352
+
- `202`, if the server needs additional time to process the key trials
353
+
- `400`, if one or more completed key trials were faulty. Contains faulty key trials in the response body.
324
354
'202':
325
-
description: Returns `200` if the key trials were processed and deemed to be valid. Returns `202`, if the server needs additional time to process the key trials. 400 is received if one or more completed key trials were faulty. Contains faulty key trials in the response body.
355
+
description: |-
356
+
- `200` if the key trials were processed and deemed to be valid
357
+
- `202`, if the server needs additional time to process the key trials
358
+
- `400`, if one or more completed key trials were faulty. Contains faulty key trials in the response body.
326
359
'400':
327
-
description: Returns `200` if the key trials were processed and deemed to be valid. Returns `202`, if the server needs additional time to process the key trials. 400 is received if one or more completed key trials were faulty. Contains faulty key trials in the response body.
360
+
description: |-
361
+
- `200` if the key trials were processed and deemed to be valid
362
+
- `202`, if the server needs additional time to process the key trials
363
+
- `400`, if one or more completed key trials were faulty. Contains faulty key trials in the response body.
328
364
content:
329
365
application/json:
330
366
schema:
@@ -372,7 +408,10 @@ paths:
372
408
explode: false
373
409
responses:
374
410
'200':
375
-
description: '`204`: No keytrials found for specified actor; `404`: Specified actor not known; `200`: Completed key trials of requested actor'
411
+
description: |-
412
+
- `204`: No keytrials found for specified actor
413
+
- `404`: Specified actor not known
414
+
- `200`: Completed key trials of requested actor
376
415
content:
377
416
application/json:
378
417
schema:
@@ -391,7 +430,10 @@ paths:
391
430
- keyTrial
392
431
- keyTrialCompletion
393
432
'204':
394
-
description: '`204`: No keytrials found for specified actor; `404`: Specified actor not known; `200`: Completed key trials of requested actor'
433
+
description: |-
434
+
- `204`: No keytrials found for specified actor
435
+
- `404`: Specified actor not known
436
+
- `200`: Completed key trials of requested actor
395
437
headers:
396
438
Content-Length:
397
439
required: true
@@ -400,7 +442,10 @@ paths:
400
442
enum:
401
443
- 0
402
444
'404':
403
-
description: '`204`: No keytrials found for specified actor; `404`: Specified actor not known; `200`: Completed key trials of requested actor'
445
+
description: |-
446
+
- `204`: No keytrials found for specified actor
447
+
- `404`: Specified actor not known
448
+
- `200`: Completed key trials of requested actor
404
449
tags:
405
450
- Migration - Registration not required
406
451
security:
@@ -420,7 +465,9 @@ paths:
420
465
explode: false
421
466
responses:
422
467
'204':
423
-
description: '`204`: Action executed; `404`: No re-signing request found for mentioned actor'
468
+
description: |-
469
+
- `204` Action executed
470
+
- `404` No re-signing request found for mentioned actor
424
471
headers:
425
472
Content-Length:
426
473
required: true
@@ -429,7 +476,9 @@ paths:
429
476
enum:
430
477
- 0
431
478
'404':
432
-
description: '`204`: Action executed; `404`: No re-signing request found for mentioned actor'
479
+
description: |-
480
+
- `204` Action executed
481
+
- `404` No re-signing request found for mentioned actor
433
482
tags:
434
483
- Migration - Registration not required
435
484
security:
@@ -441,7 +490,7 @@ paths:
441
490
parameters: []
442
491
responses:
443
492
'200':
444
-
description: Returns a key trial
493
+
description: a key trial
445
494
content:
446
495
application/json:
447
496
schema:
@@ -530,11 +579,26 @@ paths:
530
579
parameters: []
531
580
responses:
532
581
'200':
533
-
description: '`200` On success; `400` if re-signed messages are improperly formatted; `403` if messages have been modified where the original keys have not passed the key trial, if a key trial has not been passed at all or if the messages have been signed with keys that were not on the `allowedResigningKeys` list.'
582
+
description: |-
583
+
- `200` On success
584
+
- `400` if re-signed messages are improperly formatted
585
+
- `403` if messages have been modified where the original keys have not passed the key
586
+
trial, if a key trial has not been passed at all or if the messages have been signed
587
+
with keys that were not on the `allowedResigningKeys` list.
534
588
'400':
535
-
description: '`200` On success; `400` if re-signed messages are improperly formatted; `403` if messages have been modified where the original keys have not passed the key trial, if a key trial has not been passed at all or if the messages have been signed with keys that were not on the `allowedResigningKeys` list.'
589
+
description: |-
590
+
- `200` On success
591
+
- `400` if re-signed messages are improperly formatted
592
+
- `403` if messages have been modified where the original keys have not passed the key
593
+
trial, if a key trial has not been passed at all or if the messages have been signed
594
+
with keys that were not on the `allowedResigningKeys` list.
536
595
'403':
537
-
description: '`200` On success; `400` if re-signed messages are improperly formatted; `403` if messages have been modified where the original keys have not passed the key trial, if a key trial has not been passed at all or if the messages have been signed with keys that were not on the `allowedResigningKeys` list.'
596
+
description: |-
597
+
- `200` On success
598
+
- `400` if re-signed messages are improperly formatted
599
+
- `403` if messages have been modified where the original keys have not passed the key
600
+
trial, if a key trial has not been passed at all or if the messages have been signed
601
+
with keys that were not on the `allowedResigningKeys` list.
538
602
tags:
539
603
- Migration - Registration not required
540
604
requestBody:
@@ -650,13 +714,17 @@ paths:
650
714
parameters: []
651
715
responses:
652
716
'200':
653
-
description: '`200` if the link has been created, `202` if the other account still needs to accept to establish the link. Returns a key trial'
717
+
description: |-
718
+
- `200` if the link has been created
719
+
- `202` if the other account still needs to accept to establish the link. Contains a key trial
0 commit comments