Check Project Permission
GET/api/hive/v1/projects/:id/access/
Checks if the current user has a specific permission on a project. Returns a boolean indicating whether the permission is granted.
Request
Responses
- 200
- 400
- 404
Permission check result (boolean)
Bad request - invalid permission
Project not found (returns false)