-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
Description
The given example user under "Users" is invalid. Specifically, the API docs state that global_name
is not omittable, however it is omitted from the shown example.
Steps to Reproduce
User Structure where global_name
is shown to be required: https://discord.com/developers/docs/resources/user#user-object-user-structure
example directly below where global_name
is omitted: https://discord.com/developers/docs/resources/user#user-object-example-user
Expected Behavior
global_name
should be provided (even if null
) in the example object.
Current Behavior
global_name
is omitted.
Screenshots/Videos
No response
Client and System Information
N/A