POST /api/v1/test/test_note/pages page%5Bcontent%5D=Test+content&page%5Bparent%5D=92&page%5Btitle%5D=Test+page 200 { "id": 101, "title": "Test page", "created_at": "2016-01-07T02:02:39.786Z", "updated_at": "2016-01-07T02:02:39.786Z", "is_cover": false, "note": { "id": 51, "is_private": false, "slug": "test_note", "title": "Test note", "created_at": "2016-01-07T02:02:35.000Z", "updated_at": "2016-01-07T02:02:39.792Z", "format": "html", "share": "none", "is_time_track": true, "name": "test_note", "team": { "id": 43, "name": "test", "is_default": true, "created_at": "2016-01-07T02:02:31.000Z", "updated_at": "2016-01-07T02:02:39.793Z", "html_url": "http://www.example.com/test", "avatar_url": "http://www.example.com/test/avatar", "role": "manager", "managers": [ { "id": 3, "username": "test", "receive_email": true, "created_at": "2016-01-07T02:02:31.000Z", "updated_at": "2016-01-07T02:02:38.000Z", "keyboard_shortcuts": false, "options": { "advanced_menu": true }, "html_url": "http://www.example.com/test", "avatar_url": "http://www.example.com/test/avatar", "lang": { "code": "en", "model": "lang" }, "name": "test", "model": "user" } ], "members": [], "plan": "micro", "model": "team" }, "html_url": "http://www.example.com/test/test_note", "avatar_url": "http://www.example.com/test/test_note/avatar", "can_pull": false, "can_request": false, "can_manage": true, "description_html": "<p></p>", "model": "note" }, "html_url": "http://www.example.com/test/test_note/101", "content": "Test content", "path": "Test page / Test page", "children": [], "parent": { "id": 92, "title": "Test page", "created_at": "2016-01-07T02:02:36.000Z", "updated_at": "2016-01-07T02:02:39.794Z", "is_cover": false, "note": { "id": 51, "is_private": false, "slug": "test_note", "title": "Test note", "created_at": "2016-01-07T02:02:35.000Z", "updated_at": "2016-01-07T02:02:39.792Z", "format": "html", "share": "none", "is_time_track": true, "name": "test_note", "team": { "id": 43, "name": "test", "is_default": true, "created_at": "2016-01-07T02:02:31.000Z", "updated_at": "2016-01-07T02:02:39.793Z", "html_url": "http://www.example.com/test", "avatar_url": "http://www.example.com/test/avatar", "role": "manager", "managers": [ { "id": 3, "username": "test", "receive_email": true, "created_at": "2016-01-07T02:02:31.000Z", "updated_at": "2016-01-07T02:02:38.000Z", "keyboard_shortcuts": false, "options": { "advanced_menu": true }, "html_url": "http://www.example.com/test", "avatar_url": "http://www.example.com/test/avatar", "lang": { "code": "en", "model": "lang" }, "name": "test", "model": "user" } ], "members": [], "plan": "micro", "model": "team" }, "html_url": "http://www.example.com/test/test_note", "avatar_url": "http://www.example.com/test/test_note/avatar", "can_pull": false, "can_request": false, "can_manage": true, "description_html": "<p></p>", "model": "note" }, "html_url": "http://www.example.com/test/test_note/92", "content": "Test content", "path": "Test page", "model": "page" }, "model": "page" }
Param name | Description |
---|---|
page required |
Value: Must be a Hash |
page[title] required |
Value: Must be String |
page[content] required |
Value: Must be String |
page[parent] optional , nil allowed |
Value: Must be a number. |