ForumCreateData
public struct ForumCreateData : Contentextension ForumCreateData: RCFValidatableUsed to create a new Forum.
Required by: POST /api/v3/forum/categories/ID/create
See ForumController.forumCreateHandler(_:data:).
- 
                  
                  The forum’s title. DeclarationSwift var title: String
- 
                  
                  The first post in the forum. DeclarationSwift var firstPost: PostContentData
- 
                  
                  DeclarationSwift func runValidations(using decoder: ValidatingDecoder) throws
 View on GitHub
            View on GitHub
           ForumCreateData Structure Reference
      ForumCreateData Structure Reference