Merge pull request #997 from Famedly/nico/fix-missing-object-type

Add missing object type to openapi client event
This commit is contained in:
Travis Ralston 2022-03-16 09:07:20 -06:00 committed by GitHub
commit b5cb9f7364
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,8 @@ description: |-
type: object
allOf:
- $ref: "client_event_without_room_id.yaml"
- properties:
- type: object
properties:
room_id:
description: The ID of the room associated with this event.
type: string