mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-14 07:04:09 +02: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.
|
description: The access token used in the request was succesfully invalidated.
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
properties: []
|
properties: {}
|
||||||
tags:
|
tags:
|
||||||
- Session management
|
- Session management
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue