mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-26 13:04:10 +01:00
Document why /state_ids can respond with a 404
This commit is contained in:
parent
dc5d95c242
commit
b2e4318fd2
|
|
@ -137,6 +137,17 @@ paths:
|
||||||
type: string
|
type: string
|
||||||
example: ["$an_event:example.org"]
|
example: ["$an_event:example.org"]
|
||||||
required: ['auth_chain_ids', 'pdu_ids']
|
required: ['auth_chain_ids', 'pdu_ids']
|
||||||
|
404:
|
||||||
|
description: |-
|
||||||
|
No event was found or the server doesn't know about the state at that event
|
||||||
|
to return anything useful.
|
||||||
|
examples:
|
||||||
|
application/json: {
|
||||||
|
"errcode": "M_NOT_FOUND",
|
||||||
|
"error": "Could not find event `$Rqnc-F-dvnEYJTyHq_iKxU2bZ1CI92-kuZq3a5lr5Zg"
|
||||||
|
}
|
||||||
|
schema:
|
||||||
|
"$ref": "../client-server/definitions/errors/error.yaml"
|
||||||
"/event/{eventId}":
|
"/event/{eventId}":
|
||||||
get:
|
get:
|
||||||
summary: Get a single event
|
summary: Get a single event
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue