Updates the specified note details.
https://<space_id>.repsona.com/api/project/:projectId/note/:noteId
Owner
Admin
Member
Name | Type | Description |
---|---|---|
projectId* | string | Project ID |
noteId* | string | Note ID |
Name | Type | Description |
---|---|---|
name* | string | Name |
description | string | Description |
tags | array | Tag ID |
parent | number | Parent Note 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
}
}