feat(frontend): sidebar migration started
This commit is contained in:
@@ -5,7 +5,7 @@ meta {
|
||||
}
|
||||
|
||||
get {
|
||||
url: http://{{url}}/lst/api/user/me
|
||||
url: {{url}}/lst/api/user/me
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ meta {
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://{{url}}/lst/api/admin/users
|
||||
url: {{url}}/lst/api/admin/users
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
22
LogisticsSupportTool_API_DOCS/app/auth/Get user Roles.bru
Normal file
22
LogisticsSupportTool_API_DOCS/app/auth/Get user Roles.bru
Normal file
@@ -0,0 +1,22 @@
|
||||
meta {
|
||||
name: Get user Roles
|
||||
type: http
|
||||
seq: 9
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{url}}/lst/api/user/roles
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"module":"users",
|
||||
"role":"admin"
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
}
|
||||
@@ -5,7 +5,7 @@ meta {
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://{{url}}/lst/api/admin/:userID/grant
|
||||
url: {{url}}/lst/api/admin/:userID/grant
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
@@ -5,16 +5,16 @@ meta {
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://{{url}}/lst/api/user/register
|
||||
url: {{url}}/lst/api/user/register
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"username":"matthes011",
|
||||
"username":"matthes01",
|
||||
"name":"blake",
|
||||
"email":"blake1.matthes@alpla.com",
|
||||
"email":"blake.matthes@alpla.com",
|
||||
"password":"nova0511"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ meta {
|
||||
}
|
||||
|
||||
get {
|
||||
url: http://{{url}}/lst/api/auth/get-session
|
||||
url: {{url}}/lst/api/auth/get-session
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ meta {
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://{{url}}/lst/api/auth/sign-in/email
|
||||
url: {{url}}/lst/api/auth/sign-in/email
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ meta {
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://{{url}}/lst/api/auth/sign-in/username
|
||||
url: {{url}}/lst/api/auth/sign-in/username
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ meta {
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://{{url}}/lst/api/auth/sign-out
|
||||
url: {{url}}/lst/api/auth/session
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user