Skip to content

Commit

Permalink
Merge pull request #9930 from nextcloud/fix/displayname
Browse files Browse the repository at this point in the history
Fix displayname property
provokateurin authored Mar 21, 2023
2 parents 40a3658 + 9f4f34a commit 4faba06
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -141,6 +141,7 @@ XML output
<quota>0</quota>
<email>frank@example.org</email>
<displayname>Frank K.</displayname>
<display-name>Frank K.</display-name>
<phone>0123 / 456 789</phone>
<address>Foobar 12, 12345 Town</address>
<website>https://nextcloud.com</website>
1 change: 1 addition & 0 deletions developer_manual/client_apis/OCS/ocs-api-overview.rst
Original file line number Diff line number Diff line change
@@ -59,6 +59,7 @@ This request returns the available metadata of a user. Admin users can see the i
</quota>
<email>user@foo.de</email>
<displayname>John Doe</displayname>
<display-name>John Doe</display-name>
<phone></phone>
<address></address>
<website>https://example.com</website>

0 comments on commit 4faba06

Please sign in to comment.