username:password
Authorization: Basic *****************
{
"description": "string",
"diff_view_style": "string",
"full_name": "string",
"hide_activity": true,
"hide_email": true,
"language": "string",
"location": "string",
"theme": "string",
"website": "string"
}
curl --location --request PATCH '/user/settings' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"description": "string",
"diff_view_style": "string",
"full_name": "string",
"hide_activity": true,
"hide_email": true,
"language": "string",
"location": "string",
"theme": "string",
"website": "string"
}'
[
{
"description": "string",
"diff_view_style": "string",
"full_name": "string",
"hide_activity": true,
"hide_email": true,
"language": "string",
"location": "string",
"theme": "string",
"website": "string"
}
]