Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UpdateCommentData (0.13 sec)

  1. scripts/notify_translations.py

        id: str
        url: str
        body: str
    
    
    class UpdateDiscussionComment(BaseModel):
        comment: Comment
    
    
    class UpdateCommentData(BaseModel):
        updateDiscussionComment: UpdateDiscussionComment
    
    
    class UpdateCommentResponse(BaseModel):
        data: UpdateCommentData
    
    
    class AddDiscussionComment(BaseModel):
        comment: Comment
    
    
    class AddCommentData(BaseModel):
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 21:25:59 UTC 2025
    - 12.7K bytes
    - Viewed (0)
Back to top