I'm very glad there is an update as to permission flags: Labels.
Is it safe to assume this is meant for an admin to be set, programatically or in the console, and to be read-only in the client otherwise?
If so, I think the SDK documentation is missing listLabels.
https://appwrite.io/docs/references/cloud/server-nodejs/users#updateLabels
Thanks for continuous improvement. !
Labels vs. Teams
Yes, it's for the admin to set.
There's no endpoint client side because it's within the user resource.
if the other user want to add a role permission to the specific label, to do this I have to use cloud function?
Please create a separate post
Recommended threads
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...