mirror of
https://github.com/LukeHagar/discoursejs.git
synced 2025-12-06 12:27:48 +00:00
687 B
687 B
BookmarkTopicRequest
Example Usage
import { BookmarkTopicRequest } from "@lukehagar/discoursejs/sdk/models/operations";
let value: BookmarkTopicRequest = {
apiKey: "<value>",
apiUsername: "<value>",
id: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
apiKey |
string | ✔️ | N/A |
apiUsername |
string | ✔️ | N/A |
id |
string | ✔️ | N/A |