We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4070e0d commit 73a36f6Copy full SHA for 73a36f6
resources/User.md
@@ -14,7 +14,7 @@ Users are the central part of the API. They interact with content and, in some c
14
| biography | string | user's biography | ✅ |
15
| location | string | user's location | ✅ |
16
| socials | list of objects | user's social networks | ✅ (`[]`) |
17
-| is_email_public? | boolean | wether the user's email is public or private | |
+| is_email_public? | boolean | whether the user's email is public or private | |
18
| email | string | user's email, if it's public | ✅ (if private) |
19
20
## Get all users
0 commit comments