PATCH /api/user/
| Header | Required value |
|---|---|
Content-Type |
application/json |
{
"email": "oliver@example.com",
"display_name": "Oliver"
}{
"id": 1,
"display_name": "Oliver"
}| Code | Reason |
|---|---|
| 200 | The user updated was successfully. |
| 400 | A user with the email and/or display has already registered. |
| 401 | The request has not been signed with an access token. An access token is required to identify the acting user. |