quip.py 文件源码

python
阅读 35 收藏 0 点赞 0 评论 0

项目:slack-invite-flow 作者: mena-devs 项目源码 文件源码
def edit_document(self, thread_id, content, operation=APPEND, format="html",
                      section_id=None, **kwargs):
        """Edits the given document, adding the given content.

        `operation` should be one of the constants described above. If
        `operation` is relative to another section of the document, you must
        also specify the `section_id`.
        """
        args = {
            "thread_id": thread_id,
            "content": content,
            "location": operation,
            "format": format,
            "section_id": section_id,
        }
        args.update(kwargs)
        return self._fetch_json("threads/edit-document", post_data=args)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号