08-17-2018 10:40 AM
Hello everyone.i want to change the title information of a folder in alfresco using rest api.But I could not find it in the alfresco rest document.Do you have any information on this?
08-17-2018 03:11 PM
https://api-explorer.alfresco.com/api-explorer/#!/nodes/updateNode
PUT /nodes/{nodeId}
{
"properties":
{
"cm:title":"Folder title"
}
}
08-17-2018 03:18 PM
I tried it. But the file header did not change.this service is return 200, but the file header does not change.
08-17-2018 03:59 PM
Interesting. It worked for me. Is "file header" the same as "folder title" in your original post?
08-17-2018 04:17 PM
I added the parameter "accessStatus": "ALLOWED" while creating the file.The problem has improved.I can update the title of the file
08-19-2018 12:18 AM
You can write a behaviour(policy) and on an update/create you can set the Title.
Explore our Alfresco products with the links below. Use labels to filter content by product module.