Merge branch 'markjh/room_tags' into markjh/client_config
Conflicts: api/client-server/v1/rooms.yaml api/client-server/v1/sync.yaml api/client-server/v2_alpha/sync.yaml specification/targets.yaml
This commit is contained in:
commit
24c4b8b095
5 changed files with 30 additions and 11 deletions
|
@ -312,9 +312,9 @@ paths:
|
|||
}
|
||||
],
|
||||
"visibility": "private",
|
||||
"private_user_data": [{
|
||||
"account_data": [{
|
||||
"type": "m.tag",
|
||||
"content": {"tags": {"work": {"order": 1}}}
|
||||
"content": {"tags": {"work": {"order": "1"}}}
|
||||
}]
|
||||
}
|
||||
schema:
|
||||
|
@ -375,7 +375,7 @@ paths:
|
|||
description: |-
|
||||
Whether this room is visible to the ``/publicRooms`` API
|
||||
or not."
|
||||
private_user_data:
|
||||
account_data:
|
||||
type: array
|
||||
description: |-
|
||||
The private data that this user has attached to this room.
|
||||
|
|
|
@ -254,7 +254,7 @@ paths:
|
|||
}
|
||||
],
|
||||
"visibility": "private",
|
||||
"private_user_data": [
|
||||
"account_data": [
|
||||
{
|
||||
"type": "m.tag",
|
||||
"content": {"tags": {"work": {"order": 1}}}
|
||||
|
@ -352,7 +352,7 @@ paths:
|
|||
description: |-
|
||||
Whether this room is visible to the ``/publicRooms`` API
|
||||
or not."
|
||||
private_user_data:
|
||||
account_data:
|
||||
type: array
|
||||
description: |-
|
||||
The private data that this user has attached to
|
||||
|
|
|
@ -139,7 +139,7 @@ paths:
|
|||
e.g. typing.
|
||||
allOf:
|
||||
- $ref: "definitions/event_batch.json"
|
||||
private_user_data:
|
||||
account_data:
|
||||
title: Private User Data
|
||||
type: object
|
||||
description: |-
|
||||
|
@ -297,7 +297,7 @@ paths:
|
|||
}
|
||||
]
|
||||
},
|
||||
"private_user_data": {
|
||||
"account_data": {
|
||||
"events": [
|
||||
{
|
||||
"type": "m.tags",
|
||||
|
|
|
@ -55,7 +55,7 @@ paths:
|
|||
application/json: |-
|
||||
{
|
||||
"tags": {
|
||||
"work": {"order": 1},
|
||||
"work": {"order": "1"},
|
||||
"pinned": {}
|
||||
}
|
||||
}
|
||||
|
@ -97,7 +97,7 @@ paths:
|
|||
schema:
|
||||
type: object
|
||||
example: |-
|
||||
{"order": 1}
|
||||
{"order": "1"}
|
||||
responses:
|
||||
200:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue