ForumEditLogData
public struct ForumEditLogData : ContentUsed to return ForumEdit data for moderators. ForumEdit only stores the title and category the forum had before the edit.
Included in:
Returned by:
- GET /api/v3/mod/forum/id
- 
                  
                  The ID of the forum. DeclarationSwift var forumID: UUID
- 
                  
                  The ID of the edit. DeclarationSwift var editID: UUID
- 
                  
                  The timestamp of the edit. DeclarationSwift var createdAt: Date
- 
                  
                  Who initiated the edit. Usually the forum author, but could be a moderator. Note that the saved edit shows the state BEFORE the edit, therefore the ‘author’ here changed the contents to those of the NEXT edit (or to the current state). DeclarationSwift var author: UserHeader
- 
                  
                  The title of the forum just BEFORE authoredited it.DeclarationSwift var title: String
- 
                  
                  The category the forum was in just BEFORE authoredited it.DeclarationSwift var categoryID: UUID?
- 
                  
                  DeclarationSwift init(_ edit: ForumEdit, on req: Request) throws
 View on GitHub
            View on GitHub
           ForumEditLogData Structure Reference
      ForumEditLogData Structure Reference