API requires manage pages permission when trying to get single page #3349
Unanswered
Ivo-Donchev
asked this question in
Help / Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
What permission should be given to a user (user group) if he should only be able to read the documentation (without modifying it)?
Context:
I need to make the following GraphQL query:
So if the permissions look like this:

But a permission error occurs ❌
So when I add
manage:pages
permission the query is successful.How can I run the query above without giving the user permission to manage the pages 🤔 ?
Thanks :)
Host Info (please complete the following information):
OS: Ubuntu 18.04 (in Docker)
Wiki.js version: 2.0.12
Database engine: postgres 9.7
Beta Was this translation helpful? Give feedback.
All reactions