Skip to main content
JAVASCRIPT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
let node = { "id": "d6bdea41-729c-4a07-85bf-a392aa0afc2b", // Change the parent id to move the node "parentId": "f3322e4f-72b5-4064-be88-fcfed6c82635", "displayName": { "en-GB": "Tiger Escaped From Zoo" }, "slug": { "en-GB": "tiger-escaped-from-zoo" }, "entryId": "9272ac06-1b3a-4e68-ac1b-a05828b0f7d6" }; client.nodes.update(node) .then(result => { console.log('API call result: ', result); }) .catch(error => { console.log('API call fetch error: ', error); });

Still need help?

New support request