How to allow users to rename an answer?
Hi, is there any action available in visible actions to enable renaming a search answer? we are using visual embed sdk with search embed. We wanted to restrict sharing and download, for which we are giving few visible actions, along with that we wanted to enable rename option for the user. Pls let us know if there is any action available..
2 Replies
If the user owns the content, they can click the title or description area to edit the free text fields.
If you wanted to provide this capability in a restricted manner, you would need to use TML to push that text updates into the object itself.
You could create a custom action and then hook it up to call the APIs which update the TML as @SupahNoob said above.