Skip to content

Commit

Permalink
Merge branch 'master' of github.com:matrix-org/matrix-doc
Browse files Browse the repository at this point in the history
  • Loading branch information
anoadragon453 committed Jul 31, 2019
2 parents 28596a6 + af60889 commit 136eea8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions api/client-server/rooms.yaml
Expand Up @@ -62,6 +62,13 @@ paths:
- "$ref": "definitions/event-schemas/schema/core-event-schema/event.yaml"
404:
description: The event was not found or you do not have permission to read this event.
examples:
application/json: {
"errcode": "M_NOT_FOUND",
"error": "Event not found."
}
schema:
"$ref": "definitions/errors/error.yaml"
tags:
- Room participation
"/rooms/{roomId}/state/{eventType}/{stateKey}":
Expand Down

0 comments on commit 136eea8

Please sign in to comment.