Remove more TLS fingerprint talk
This commit is contained in:
parent
e9bac1b011
commit
3dd0601a96
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ paths:
|
||||||
get:
|
get:
|
||||||
summary: Get the homeserver's public key(s)
|
summary: Get the homeserver's public key(s)
|
||||||
description: |-
|
description: |-
|
||||||
Gets the homeserver's published TLS fingerprints and signing keys.
|
Gets the homeserver's published signing keys.
|
||||||
The homeserver may have any number of active keys and may have a
|
The homeserver may have any number of active keys and may have a
|
||||||
number of old keys.
|
number of old keys.
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
description: |-
|
description: |-
|
||||||
**Deprecated**. Servers should not use this parameter and instead
|
**Deprecated**. Servers should not use this parameter and instead
|
||||||
opt to return all keys, not just the requested one. The key ID to
|
opt to return all keys, not just the requested one. The key ID to
|
||||||
look up.
|
look up.
|
||||||
required: false
|
required: false
|
||||||
x-example: "ed25519:abc123"
|
x-example: "ed25519:abc123"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue