Files
discoursejs/docs/sdk/models/operations/updateuserresponsebody.md

21 lines
1.5 KiB
Markdown

# UpdateUserResponseBody
user updated
## Example Usage
```typescript
import { UpdateUserResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
let value: UpdateUserResponseBody = {
success: "<value>",
user: {},
};
```
## Fields
| Field | Type | Required | Description |
| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| `success` | *string* | :heavy_check_mark: | N/A |
| `user` | [operations.UpdateUserUser](../../../sdk/models/operations/updateuseruser.md) | :heavy_check_mark: | N/A |