v1

latestSwagger 2.0Apache 2.02026-07-174650145.6 KB
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

emailstring
usernamestring

Example request

{
  "email": "admin@example.com",
  "username": "admin"
}

Response

OK