UpdatePostRequest

API: Internal/Beta

data class UpdatePostRequest(
    val id: Long,
    val title: String,
    val subtitle: String,
    val body: String,
    val showFrom: Long,
    val hideFrom: Long?,
    val category: String,
)
Properties
id: Long
title: String
subtitle: String
body: String
showFrom: Long
hideFrom: Long?
category: String