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
|
||||
clients into their account.
|
||||
m.profile_fields:
|
||||
x-addedInMatrixVersion: "1.14"
|
||||
type: object
|
||||
title: ProfileFieldsCapability
|
||||
description: Capability to indicate if the user can set or modify extended profile fields.
|
||||
|
|
|
|||
|
|
@ -174,6 +174,7 @@ paths:
|
|||
tags:
|
||||
- User data
|
||||
delete:
|
||||
x-addedInMatrixVersion: "1.14"
|
||||
summary: Remove a profile field from a user.
|
||||
description: Remove a specific field from a user's profile.
|
||||
operationId: deleteProfileField
|
||||
|
|
|
|||
Loading…
Reference in a new issue