Update a Folder
This example shows you how to update a folder. Use the following PATCH URI with the request body.
URI
PATCH /Windchill/servlet/odata/DataAdmin/Containers(<oid>)/Folders(<oid>) HTTP/1.1
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>
Request Body
{
"Name": "Demo_Updated",
"Description": "<Description_Update>"
}