/api/users/:id/name
Change the name
PATCH: /api/users/:id/name
Patch parameters
Parameter | Type | Required | Description |
---|---|---|---|
name |
string |
required |
The new name for the user |
Change the name
PATCH: /api/users/:id/name
Parameter | Type | Required | Description |
---|---|---|---|
name |
string |
required |
The new name for the user |