query_auth consumes JSON

This commit is contained in:
Travis Ralston 2018-08-03 13:57:43 -06:00
parent 73958ecbff
commit 13a2b54bf9

View file

@ -20,6 +20,8 @@ host: localhost:8448
schemes: schemes:
- https - https
basePath: /_matrix/federation/v1 basePath: /_matrix/federation/v1
consumes:
- application/json
produces: produces:
- application/json - application/json
paths: paths: