文档
测试

笔记编辑接口

PATCH
/api/notebooks/:id

接口描述

笔记id

说明 / 示例

```json { "content": "列下上帝" } ``` ```json { "status": 200, "data": { "note_book_id": 3, "user_id": 1, "content": "列下上帝", "is_private": 0, "notebook": "[{\"chapter\":19,\"content\":\"O keep my soul, and deliver me: let me not be ashamed; for I put my trust in thee.\",\"sentence\":20,\"space\":25}]", "edition_id": 1, "like": null, "chapter": 19, "space": 25, "language_type": "en", "sentence": 20, "createdAt": "2021-05-21T07:27:29.000Z", "updatedAt": "2021-05-21T08:14:31.000Z" } } ```