Create a note.
https://<space_id>.repsona.com/api/project/:projectId/note
Owner
Admin
Member
Name | Type | Description |
---|---|---|
projectId* | string | Project ID |
Name | Type | Description |
---|---|---|
name* | string | Name |
description | string | Description |
tags | array | Tag ID |
parent | number | Parent Note ID |
addToBottom | boolean | Whether to add at the bottom |
{
"requestedBy": 1,
"project": 1,
"note": {
"createdAt": 1672498800000,
"updatedAt": 1672498800000,
"id": 1746,
"name": "Note name",
"sortOrder": 0,
"description": "Note Description",
"isWIP": false,
"space": 1,
"parent": null,
"project": 1,
"addToBottom": false
}
}