ForumCreateData
public struct ForumCreateData : Content
extension ForumCreateData: RCFValidatable
Used to create a new Forum
.
Required by: POST /api/v3/forum/categories/ID/create
See ForumController.forumCreateHandler(_:data:)
.
-
The forum’s title.
Declaration
Swift
var title: String
-
The first post in the forum.
Declaration
Swift
var firstPost: PostContentData
-
Declaration
Swift
func runValidations(using decoder: ValidatingDecoder) throws