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

22 lines
3.0 KiB
Markdown

# SetNotificationLevelRequest
## Example Usage
```typescript
import { SetNotificationLevelRequest } from "@lukehagar/discoursejs/sdk/models/operations";
let value: SetNotificationLevelRequest = {
apiKey: "<value>",
apiUsername: "<value>",
id: "<id>",
};
```
## Fields
| Field | Type | Required | Description |
| --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
| `apiKey` | *string* | :heavy_check_mark: | N/A |
| `apiUsername` | *string* | :heavy_check_mark: | N/A |
| `requestBody` | [operations.SetNotificationLevelRequestBody](../../../sdk/models/operations/setnotificationlevelrequestbody.md) | :heavy_minus_sign: | N/A |
| `id` | *string* | :heavy_check_mark: | N/A |