mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-28 05:54:09 +01:00
Change error in example flow
This commit is contained in:
parent
13e6b5c1c0
commit
8431201442
|
|
@ -236,8 +236,8 @@ AS <--- HS : 200 OK {"duration_ms": 123}
|
||||||
```
|
```
|
||||||
AS ---> HS : /_matrix/client/v1/appservice/{appserviceId}/ping {"transaction_id": "meow"}
|
AS ---> HS : /_matrix/client/v1/appservice/{appserviceId}/ping {"transaction_id": "meow"}
|
||||||
HS ---> AS : /_matrix/app/v1/ping {"transaction_id": "meow"}
|
HS ---> AS : /_matrix/app/v1/ping {"transaction_id": "meow"}
|
||||||
HS <--- AS : 401 Unauthorized {"errcode": "M_UNKNOWN_TOKEN"}
|
HS <--- AS : 403 Forbidden {"errcode": "M_FORBIDDEN"}
|
||||||
AS <--- HS : 502 Bad Gateway {"errcode": "M_BAD_STATUS", "status": 401, "body": "{\"errcode\": \"M_UNKNOWN_TOKEN\"}"}
|
AS <--- HS : 502 Bad Gateway {"errcode": "M_BAD_STATUS", "status": 403, "body": "{\"errcode\": \"M_FORBIDDEN\"}"}
|
||||||
```
|
```
|
||||||
|
|
||||||
**Can't connect to appservice**
|
**Can't connect to appservice**
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue