We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We only have a REST API to list roles: https://github.com/RocketChat/Rocket.Chat/blob/develop/app/api/server/v1/roles.js#L8
We should have another route to fetch updated and deleted roles after a date, so it'll be easier to maintain a local database on mobile.
updated
deleted
The text was updated successfully, but these errors were encountered:
@diegolmello I have added a route to get updated roles after a date and I am willing to update the docs too.
Sorry, something went wrong.
MarcosSpessatto
Successfully merging a pull request may close this issue.
We only have a REST API to list roles: https://github.com/RocketChat/Rocket.Chat/blob/develop/app/api/server/v1/roles.js#L8
We should have another route to fetch
updated
anddeleted
roles after a date, so it'll be easier to maintain a local database on mobile.The text was updated successfully, but these errors were encountered: