Fix the appservice directory visibility type parameter type

pull/780/head
Travis Ralston 6 years ago
parent 791a2f2b17
commit ad068bcd22

@ -62,11 +62,12 @@ paths:
x-example: "!somewhere:domain.com"
- in: body
name: body
required: true
schema:
type: object
properties:
visibility:
type: enum
type: string
enum: ["public", "private"]
description: |-
Whether the room should be visible (public) in the directory

Loading…
Cancel
Save