api: Add Room configuration changers

This commit is contained in:
Kevin Kandlbinder 2022-03-28 16:05:08 +02:00
parent adf8bc3ee0
commit 2d68e30ad2
6 changed files with 473 additions and 13 deletions

View file

@ -305,6 +305,7 @@ input RemoveMXID {
}
input RoomConfigUpdate {
id: ID!
debug: Boolean
adminPowerLevel: Int
hashChecker: HashCheckerConfigUpdate