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
- Environment Variables in Nuxt - How to H...
https://appwrite.io/docs/tutorials/nuxt/step-3#environment-variables In the guide, the environment variables are imported simply as ``` const url: string = im...
- Prevent Appwrite from pulling weekly unu...
Hi, I only use node/php runtimes for functions and static-1/node for site. However, appwrite keeps pull gigabytes of runtimes. It makes my VM backup unnecessar...
- Dart Runtime as Function is missing
Hey guys, I set the _APP_FUNCTIONS_RUNTIMES to dart-3.10 and redeployed the appwrite stack but unfortunately the dart runtime doesnt show up. I copied the val...