mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
22 lines
2.5 KiB
Markdown
22 lines
2.5 KiB
Markdown
# UpdateUserRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { UpdateUserRequest } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: UpdateUserRequest = {
|
|
apiKey: "<value>",
|
|
apiUsername: "<value>",
|
|
username: "Jackeline_Miller83",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- |
|
|
| `apiKey` | *string* | :heavy_check_mark: | N/A |
|
|
| `apiUsername` | *string* | :heavy_check_mark: | N/A |
|
|
| `requestBody` | [operations.UpdateUserRequestBody](../../../sdk/models/operations/updateuserrequestbody.md) | :heavy_minus_sign: | N/A |
|
|
| `username` | *string* | :heavy_check_mark: | N/A | |