Updating an Existing Regulatory Content for a Non-revisable Regulatory Submission
 
You can update only the Description and Comments attributes of the regulatory content.
The following example shows you how to update an existing regulatory content for a non-revisable regulatory submission. Use the following PATCH URI with the request body.
URI
PATCH /Windchill/servlet/odata/RegMstr/RegulatorySubmissions('OR:com.ptc.qualitymanagement.regmstr.RegulatorySubmission:275712')/RegulatoryContent('OR:wt.content.ApplicationData:276166')
Request Headers
Content-Type: application/json
CSRF_NONCE: <Use the value from Fetch NONCE example>
Request Body
{
"@odata.context": "$metadata#ApplicationData",
"Description": "test",
"Comments": "test"
}