mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-17 11:33:42 +01:00
Add x-addedInMatrixVersion
This commit is contained in:
parent
7ef1d9d0ec
commit
b5e2edf2e5
|
|
@ -93,6 +93,7 @@ paths:
|
||||||
description: Capability to indicate if the user can generate tokens to log further
|
description: Capability to indicate if the user can generate tokens to log further
|
||||||
clients into their account.
|
clients into their account.
|
||||||
m.profile_fields:
|
m.profile_fields:
|
||||||
|
x-addedInMatrixVersion: "1.14"
|
||||||
type: object
|
type: object
|
||||||
title: ProfileFieldsCapability
|
title: ProfileFieldsCapability
|
||||||
description: Capability to indicate if the user can set or modify extended profile fields.
|
description: Capability to indicate if the user can set or modify extended profile fields.
|
||||||
|
|
|
||||||
|
|
@ -174,6 +174,7 @@ paths:
|
||||||
tags:
|
tags:
|
||||||
- User data
|
- User data
|
||||||
delete:
|
delete:
|
||||||
|
x-addedInMatrixVersion: "1.14"
|
||||||
summary: Remove a profile field from a user.
|
summary: Remove a profile field from a user.
|
||||||
description: Remove a specific field from a user's profile.
|
description: Remove a specific field from a user's profile.
|
||||||
operationId: deleteProfileField
|
operationId: deleteProfileField
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue