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

3.0 KiB
Raw Blame History

SetNotificationLevelRequest

Example Usage

import { SetNotificationLevelRequest } from "@lukehagar/discoursejs/sdk/models/operations";

let value: SetNotificationLevelRequest = {
    apiKey: "<value>",
    apiUsername: "<value>",
    id: "<id>",
};

Fields

Field Type Required Description
apiKey string ✔️ N/A
apiUsername string ✔️ N/A
requestBody operations.SetNotificationLevelRequestBody N/A
id string ✔️ N/A