feat(API): Add endpoint to get a single role (#36279)

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Ali Elkhateeb
2026-08-14 09:04:28 +00:00
committed by GitHub
parent dd82601f64
commit 7bd7dac6fb
9 changed files with 256 additions and 16 deletions
@@ -8,6 +8,9 @@
"GET /roles": {
"status": "gap"
},
"GET /roles/{slug}": {
"status": "gap"
},
"POST /roles": {
"status": "gap"
},