HTTP - Management
Removed from your favourites
Update a node
Created by Contensis product team, last modified by j.moore on 23 Jul 2020
Updates a node.
PUT/api/management/projects/{projectId}/nodes/{nodeId}
Parameters
Name | Parameter type | Type | Format | Description | Example | Required |
---|---|---|---|---|---|---|
projectId | path | string | The project identifier found in the project overview screen of the management console | movieDb | true | |
nodeId | path | string | uuid | The node identifier as a 128 bit GUID | true | |
node | body | object | node | The node object to update | true |
Example
HTTP
PUT: /api/management/projects/website/nodes/d6bdea41-729c-4a07-85bf-a392aa0afc2b
{
"title": {
"en-GB": "Fight club",
"fr-FR": "Club de combat"
},
"slug": {
"en-GB": "fight-club",
"fr-FR": "club-de-combat"
},
"entryId": "9272ac06-1b3a-4e68-ac1b-a05828b0f7d6"
}