v1

latestSwagger 2.02026-07-1720021.4 KB

This API is used to update the details of a user.

<table> <tr> <th>Field</th> <th>Possible values</th> <th>Mandatory/Optional</th> </tr> <tr> <td>name</td> <td>test1</td> <td>Optional</td> </tr> <tr> <td>email</td> <td>test1@test.com</td> <td>Optional</td> </tr> </table>
post/update/details

Request body

object required

Example request

{
  "name": "Administrator",
  "email": "admin@litmus.com"
}

Response

OK

object required