mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-03 10:14:10 +01:00
Add x-changedInMatrixVersion
This commit is contained in:
parent
3a5e5555fa
commit
7ef1d9d0ec
|
|
@ -18,6 +18,8 @@ info:
|
||||||
paths:
|
paths:
|
||||||
"/profile/{userId}/{keyName}":
|
"/profile/{userId}/{keyName}":
|
||||||
put:
|
put:
|
||||||
|
x-changedInMatrixVersion:
|
||||||
|
"1.14": Endpoint now accepts variable `keyName` parameter.
|
||||||
summary: Set a profile field for a user.
|
summary: Set a profile field for a user.
|
||||||
description: |-
|
description: |-
|
||||||
Set or update a profile field for a user.
|
Set or update a profile field for a user.
|
||||||
|
|
@ -115,6 +117,8 @@ paths:
|
||||||
tags:
|
tags:
|
||||||
- User data
|
- User data
|
||||||
get:
|
get:
|
||||||
|
x-changedInMatrixVersion:
|
||||||
|
"1.14": Endpoint now accepts variable `keyName` parameter.
|
||||||
summary: Get a profile field for a user.
|
summary: Get a profile field for a user.
|
||||||
description: |-
|
description: |-
|
||||||
Get the value of a profile field for a user. Any individual field must be within the total profile limit of 64 KiB.
|
Get the value of a profile field for a user. Any individual field must be within the total profile limit of 64 KiB.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue