Skip to content

Commit

Permalink
Revert accidentally pushed commits
Browse files Browse the repository at this point in the history
This reverts commits:
c11991f.
f8bf0fa.
7abdd45.
92db4e2.
  • Loading branch information
KitsuneRal committed May 27, 2022
1 parent 92db4e2 commit e38c4e6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
1 change: 0 additions & 1 deletion data/api/client-server/notifications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 0 additions & 2 deletions data/api/client-server/profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
3 changes: 1 addition & 2 deletions data/api/client-server/registration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 0 additions & 2 deletions openapi_extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ doesn't work, as in the following example:
properties:
...
```
This can only be used to define the type of named properties. In particular,
the current tooling does not support `oneOf` inside `additionalProperties`.

## OpenAPI 3's "2xx" format for response codes

Expand Down

0 comments on commit e38c4e6

Please sign in to comment.