mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-04 05:13:42 +01:00
Fix schema for /logout
'properties' is a map, not a list
This commit is contained in:
parent
e7e9f5fa46
commit
86a81b0450
|
|
@ -27,6 +27,6 @@ paths:
|
|||
description: The access token used in the request was succesfully invalidated.
|
||||
schema:
|
||||
type: object
|
||||
properties: []
|
||||
properties: {}
|
||||
tags:
|
||||
- Session management
|
||||
|
|
|
|||
Loading…
Reference in a new issue