FezEditLogData
public struct FezEditLogData : ContentUsed to return FriendlyFezEdit data for moderators. The only primary data an edit stores is the title, info, and location text fields.
Included in:
Returned by:
- GET /api/v3/mod/fez/ID
- 
                  
                  The ID of the fez. DeclarationSwift var fezID: 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 fez creator, 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 fez just before authoredited it.DeclarationSwift var title: String
- 
                  
                  The info field just before authoredited it.DeclarationSwift var info: String
- 
                  
                  The location field just before authoredited it.DeclarationSwift var location: String
- 
                  
                  DeclarationSwift init(_ edit: FriendlyFezEdit, on req: Request) throws
 View on GitHub
            View on GitHub
           FezEditLogData Structure Reference
      FezEditLogData Structure Reference