mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-03 21:03:42 +01:00
Fix the response format of send_knock
This aligns with the current v2 federation endpoints. However, we're still using v1 as a prefix here as it is still the first version of this endpoint.
This commit is contained in:
parent
38d67083eb
commit
de038f5601
|
|
@ -249,10 +249,7 @@ Content-Type: application/json
|
|||
The event was successfully accepted into the graph by the receiving
|
||||
homeserver.
|
||||
```json
|
||||
[
|
||||
200,
|
||||
{}
|
||||
]
|
||||
{}
|
||||
```
|
||||
|
||||
# Potential issues
|
||||
|
|
|
|||
Loading…
Reference in a new issue