mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-31 03:23:42 +01:00
Clarify POST instead of GET for federation key query
This commit is contained in:
parent
f37aa30c43
commit
c549bf201b
|
|
@ -216,12 +216,12 @@ response:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Similarly, the federation endpoints `GET /user/keys/query` and `POST
|
Similarly, the federation endpoints `POST /user/keys/query` and `POST
|
||||||
/user/devices/{userId}` will include the master and self-signing keys. (It
|
/user/devices/{userId}` will include the master and self-signing keys. (It
|
||||||
will not include the user-signing key because it is not intended to be visible
|
will not include the user-signing key because it is not intended to be visible
|
||||||
to other users.)
|
to other users.)
|
||||||
|
|
||||||
`POST /keys/query`
|
`POST /user/keys/query`
|
||||||
|
|
||||||
``` json
|
``` json
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue