Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://api.example.com/discord/user/{snowflake}/profile \ --header 'Content-Type: application/json' \ --data ' { "locale": "<string>", "snowflake": "<string>" } '
{ "message": "<string>", "snowflake": "<string>" }
Updates the profile information for a given Discord user, such as their locale.
Discord Snowflake ID of the user to update
User profile data to update (e.g., locale)
User profile updated successfully