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

3.0 KiB
Raw Blame History

UpdateTopicTimestampRequest

Example Usage

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

let value: UpdateTopicTimestampRequest = {
    apiKey: "<value>",
    apiUsername: "<value>",
    requestBody: {
        timestamp: "1594291380",
    },
    id: "<id>",
};

Fields

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