mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-07 12:27:48 +00:00
21 lines
736 B
Markdown
21 lines
736 B
Markdown
# RefreshGravatarResponseBody
|
|
|
|
response
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { RefreshGravatarResponseBody } from "@lukehagar/discoursejs/sdk/models/operations";
|
|
|
|
let value: RefreshGravatarResponseBody = {
|
|
gravatarAvatarTemplate: "<value>",
|
|
gravatarUploadId: 530089,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------ | ------------------------ | ------------------------ | ------------------------ |
|
|
| `gravatarAvatarTemplate` | *string* | :heavy_check_mark: | N/A |
|
|
| `gravatarUploadId` | *number* | :heavy_check_mark: | N/A | |