Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
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"
}
