Revert accidentally pushed commits

This reverts commits:
c11991f9de.
f8bf0fa0ac.
7abdd45c06.
92db4e20da.
This commit is contained in:
Alexey Rusakov 2022-05-27 18:22:16 +02:00
parent 92db4e20da
commit e38c4e6f17
4 changed files with 1 additions and 7 deletions

View file

@ -126,7 +126,6 @@ paths:
description: The ID of the room in which the event was posted.
ts:
type: integer
format: int64
description: |-
The unix timestamp at which the event notification was sent,
in milliseconds.

View file

@ -56,7 +56,6 @@ paths:
displayname:
type: string
description: The new display name for this user.
required: ["displayname"]
responses:
200:
description: The display name was set.
@ -132,7 +131,6 @@ paths:
type: string
format: uri
description: The new avatar URL for this user.
required: ["avatar_url"]
responses:
200:
description: The avatar URL was set.

View file

@ -352,10 +352,9 @@ paths:
example: "ihatebananas"
logout_devices:
type: boolean
default: true
description: |-
Whether the user's other access tokens, and their associated devices, should be
revoked if the request succeeds.
revoked if the request succeeds. Defaults to true.
When `false`, the server can still take advantage of the [soft logout method](/client-server-api/#soft-logout)
for the user's remaining devices.