cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Update classification node using REST

MagnusOlofsson
4-Participant

Update classification node using REST

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"

}

 

 

0 REPLIES 0
Announcements


Top Tags