Skip to main content
5-Regular Member
April 20, 2023
Question

Update classification node using REST

  • April 20, 2023
  • 0 replies
  • 434 views

Hi,

I can retrieve the information about a classification node through a REST call.

GET https://{{BaseURL}}/odata/ClfStructure/ClfNodes('{{TheInternalName}}')

 

Is it possible to update a classification node through REST?

Something like 

PATCH https://{{BaseURL}}/odata/ClfStructure/ClfNodes('{{TheInternalName}}')

with body

{

"Description" : "A new description",

"Keywords" : "The new keywords"

}