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

19 lines
564 B
Markdown

# UpdateAvatarResponseBody
avatar updated
## Example Usage
```typescript
import { UpdateAvatarResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
let value: UpdateAvatarResponseBody = {
success: "OK",
};
```
## Fields
| Field | Type | Required | Description | Example |
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
| `success` | *string* | :heavy_check_mark: | N/A | OK |