Skip to main content
PATCH
/
discord
/
user
/
{snowflake}
/
profile
Update User Profile
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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.seraph.si/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

snowflake
string
required

Discord Snowflake ID of the user to update

Body

application/json

User profile data to update (e.g., locale)

locale
string
snowflake
string

Response

User profile updated successfully

message
string
snowflake
string