Forum Discussion
Hi ScheurK,
Can you please provide the RESTAPI Endpoints you refer to?
This Is just for better context
Thanks,
Ophir
- ScheurK12-24-2021Cloud Apps
I used the 0.9 API, where I used:
POST/roles/{idOrName}/manifest/{path}
Updates a user role manifest by role ID or name.In there I set "use_starred" under dashboard/filters for viewers to true. This lets them create starred filters, however they cannot remove or rename them.- Ophir_Buchman12-29-2021Data Integration
Hi ScheurK,
As of today - We don't have an interface to edit starred formulas - But just delete and create them
To create - Use the POST command to the /api/metadata endpoint
To delete - Use the DELETE command to the /api/metadata/{id} endpoint
As this is an internal endpoint, I'd suggest using the "Developer Mode" of your browser ("Network" tab) and creating/deleting a starred formula
Ophir
- ScheurK01-03-2022Cloud Apps
Hi Ophir_Buchman,
No this isn't quite what I meant. What I'm trying to achieve is that once I give viewers the right to create and/or use starred filters. I would also want them to have the right to delete their starred filters. Right now, every time they want to change their starred filter, they have to create a new one and can't delete the old one.
In other words, I simply want them to have the red 'X' on the right (see attachment). Is it possible to give viewers the right to do this?
PS: Happy new year btw