Merge pull request #269 from matrix-org/dbkr/profile_return_null
Clarify what profile endpoints return if avatar url / display name isn't set
This commit is contained in:
commit
2e1c2c23e4
1 changed files with 4 additions and 4 deletions
|
@ -87,7 +87,7 @@ paths:
|
|||
properties:
|
||||
displayname:
|
||||
type: string
|
||||
description: The user's display name if they have set one.
|
||||
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.
|
||||
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.
|
||||
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.
|
||||
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…
Add table
Add a link
Reference in a new issue