指定したノート詳細を更新します。
https://<space_id>.repsona.com/api/project/:projectId/note/:noteId
Owner
Admin
Member
Name | Type | Description |
---|---|---|
projectId* | string | プロジェクトID |
noteId* | string | ノートID |
Name | Type | Description |
---|---|---|
name* | string | 名前 |
description | string | 内容 |
tags | array | タグID |
parent | number | 親ノートID |
{
"requestedBy": 1,
"project": 1,
"note": {
"createdAt": 1672498800000,
"updatedAt": 1672498800000,
"id": 1746,
"name": "Note name",
"sortOrder": 1,
"description": "Note Description",
"isWIP": false,
"space": 1,
"parent": 2,
"project": 1
}
}