Skip to main content
PUT/api/management/projects/{projectId}/nodes/{nodeId}

Parameters

NameParameter typeTypeFormatDescriptionExampleRequired
projectIdpathstringThe project identifier found in the project overview screen of the management consolemovieDbtrue
nodeIdpathstringuuidThe node identifier as a 128 bit GUIDtrue
nodebodyobjectnodeThe node object to updatetrue

Responses

HTTP status codeReasonModel
200SuccessNode
401UnauthorizedError
404Project not foundError
404Node not foundError
422Validation errorError
500Internal server errorError

Examples

HTTP
1
2
3
4
5
6
7
8
9
10
11
PUT: /api/management/projects/website/nodes/d6bdea41-729c-4a07-85bf-a392aa0afc2b { "parentId": "bda31335-136c-42f4-bedc-69660b711a40", "displayName": { "en-GB": "Blood Meridian" }, "slug": { "en-GB": "blood-meridian" } }

Still need help?

New support request