-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
Advanced Walkthroughs #484
base: master
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for permitio-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great progress.
Please see comments and address them.
Bob wants to know who can read Blog Post 3. | ||
|
||
```bash | ||
POST /v2/schema/{proj_id}/{env_id}/resources/{resource_id}/authorized_users |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This API call does not exist as authorized_users
is a PDP API. Please fix.
### Example: Bob’s Permissions | ||
|
||
```bash | ||
POST /v2/schema/{proj_id}/{env_id}/users/{user_id}/permissions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as the previous comment, not sure where this example came from, but it does not exist. Please fix.
No description provided.