Add endpoint for saving a single node to a page
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
2020-10-14 09:23:44 -05:00
parent 7652bef29f
commit 9beb0d2c3a
2 changed files with 42 additions and 0 deletions

View File

@@ -65,6 +65,8 @@ const index = {
// Save the node data for the specified page
'/page/:PageId/nodes/save': ['controller::api:v1:Page.save_nodes'],
'/page/:PageId/nodes/save_one': ['controller::api:v1:Page.save_node_to_page'],
// Create a new page in the personal root
'/page/create': ['controller::api:v1:Page.create_top_level'],