Apply suggestions from code review
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
ddbcba454c
commit
0841f31ce4
1 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ marks that they have been used.
|
|||
|
||||
A new response parameter, `device_unused_fallback_key_types`, is added to
|
||||
`/sync`. This is an array listing the key algorithms for which the server has
|
||||
an unused fallback key for the user. If the client wants the server to have a
|
||||
an unused fallback key for the device. If the client wants the server to have a
|
||||
fallback key for a given key algorithm, but that algorithm is not listed in
|
||||
`device_unused_fallback_key_types`, the client will upload a new key as above.
|
||||
|
||||
|
@ -65,7 +65,7 @@ Example:
|
|||
|
||||
Response:
|
||||
|
||||
```json
|
||||
```jsonc
|
||||
{
|
||||
// other fields...
|
||||
"device_unused_fallback_key_types": ["signed_curve25519"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue