Fix the appservice directory visibility type parameter type
This commit is contained in:
parent
791a2f2b17
commit
ad068bcd22
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue