Add x-addedInMatrixVersion

This commit is contained in:
Tom Foster 2025-02-20 16:59:44 +00:00
parent 7ef1d9d0ec
commit b5e2edf2e5
2 changed files with 2 additions and 0 deletions

View file

@ -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.

View file

@ -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