mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Actually we think they should not be present (which means synapse is buggy).
This commit is contained in:
parent
542b17e944
commit
53a4a563e2
|
|
@ -87,7 +87,7 @@ paths:
|
|||
properties:
|
||||
displayname:
|
||||
type: string
|
||||
description: The user's display name if they have set one, otherwise null.
|
||||
description: The user's display name if they have set one, otherwise not present.
|
||||
404:
|
||||
description: There is no display name for this user or this user does not exist.
|
||||
tags:
|
||||
|
|
@ -161,7 +161,7 @@ paths:
|
|||
properties:
|
||||
avatar_url:
|
||||
type: string
|
||||
description: The user's avatar URL if they have set one, otherwise null.
|
||||
description: The user's avatar URL if they have set one, otherwise not present.
|
||||
404:
|
||||
description: There is no avatar URL for this user or this user does not exist.
|
||||
tags:
|
||||
|
|
@ -195,10 +195,10 @@ paths:
|
|||
properties:
|
||||
avatar_url:
|
||||
type: string
|
||||
description: The user's avatar URL if they have set one, otherwise null.
|
||||
description: The user's avatar URL if they have set one, otherwise not present.
|
||||
displayname:
|
||||
type: string
|
||||
description: The user's display name if they have set one, otherwise null.
|
||||
description: The user's display name if they have set one, otherwise not present.
|
||||
404:
|
||||
description: There is no profile information for this user or this user does not exist.
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Reference in a new issue