Users
Update user details
Update the details of an existing user identified by their unique ID.
put/api/v1/users/{id}
Path parameters
idinteger required
user id
Request body
Example request
{
"email": "admin@example.com",
"username": "admin"
}Response
OK