Skip to content

Commit

Permalink
Profile endpoint still accepts "field" parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
tcpipuk committed Jun 9, 2024
1 parent 0b88d85 commit a750e53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion proposals/4133-extended-profiles.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ member events.
3. **DELETE `/_matrix/client/v3/profile/{userId}/{key_name}`**: This endpoint will remove the key
(and associated value) from the profile, if permitted by the homeserver.

4. **GET `/_matrix/client/v3/profile/{userId}/`**: This endpoint will retrieve all profile fields:
4. **GET `/_matrix/client/v3/profile/{userId}/`**: This endpoint will retrieve all profile fields,
and as per the current stable endpoint, accepts an optional `field` query string parameter to
request a single field:

```json
{
Expand Down

0 comments on commit a750e53

Please sign in to comment.