Create get all roles route

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2026-01-13 09:29:26 +01:00
parent 8def3ee391
commit 797887b23d
3 changed files with 26 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
meta {
name: Get all roles
type: http
seq: 9
}
get {
url: {{url}}/api/roles
body: none
auth: inherit
}
settings {
encodeUrl: true
}