PATCH /handle/:handle¶
This API updates various attributes of the specified handle.
Request Structure¶
The URL parameter :handle
is the handle that will be modified.
The structure of the request is:
{
"display_name": $string?, // A new display name for the handle
}
Response Structure¶
The structure of the response is:
{
"error": $bool // Whether an error occurred
}