I have…
- [x] Read the following guideline: https://docs.squidex.io/01-getting-started/installation/troubleshooting-and-support. I understand that my support request might get deleted if I do not follow the guideline.
I’m submitting a…
- [ ] Regression (a behavior that stopped working in a new release)
- [ ] Bug report
- [ ] Performance issue
- [x] Documentation issue or request
Current behavior
When I send a POST request to https://{squidex}/api/apps/{app}/roles/
with a payload {name: “{newRoleName}”}
I get a 403 (forbidden) callback
I added roles.create permission to the role of my client but the behavior stay the same
Expected behavior
I need to be able to add and delete role without using the UI of squidex
Environment
- [ ] Self hosted with docker
- [x] Self hosted with IIS
- [ ] Self hosted with other version
- [ ] Cloud version
Version: 2.x
No problem to get the roles with this method