Updating a Document
This example shows you how to update a document. Use the following PATCH URI with the request body.
URI
PATCH /Windchill/servlet/odata/DocMgmt/Documents('OR:wt.doc.WTDocument:48796553') HTTP/1.1
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>
Request Body
{
"Description": "TestDoc1_Description_Update",
"CustomAttribute": "This is Test Attribute"
}