mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 04:19:37 +00:00
1.8 KiB
1.8 KiB
SuspendUserRequestBody
Example Usage
import { SuspendUserRequestBody } from "@lukehagar/discoursejs/sdk/models/operations";
let value: SuspendUserRequestBody = {
postAction: "delete",
reason: "<value>",
suspendUntil: "2121-02-22",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
message |
string | ➖ | Will send an email with this message when present | |
postAction |
string | ➖ | N/A | delete |
reason |
string | ✔️ | N/A | |
suspendUntil |
string | ✔️ | N/A | 2121-02-22 |