docs(api): bruno endpoint saves

This commit is contained in:
2025-10-15 14:51:51 -05:00
parent 255ceaab85
commit 705f29e908
11 changed files with 51 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
meta {
name: GrantROle by ID
type: http
seq: 8
seq: 7
}
post {

View File

@@ -0,0 +1,8 @@
meta {
name: User
seq: 2
}
auth {
mode: inherit
}

View File

@@ -16,10 +16,10 @@ headers {
body:json {
{
"name": "Bethlehem",
"serverDNS": "USBET1VMS006",
"plantToken": "usbet1",
"ipAddress": "10.204.0.26",
"name": "Bowling Green 2",
"serverDNS": "USBOW2VMS006",
"plantToken": "usbow2",
"ipAddress": "10.30.0.26",
"greatPlainsPlantCode": 0,
"lstServerPort": 4000,
"serverLoc": "E$\\LST"

View File

@@ -14,6 +14,10 @@ params:path {
token: usbet1
}
headers {
Cookie: {{session_cookie}}
}
body:json {
{
"zipcode": 45245

View File

@@ -1,7 +1,7 @@
meta {
name: Get user Roles
type: http
seq: 9
seq: 7
}
get {

View File

@@ -1,7 +1,7 @@
meta {
name: Request Resetpassword
type: http
seq: 10
seq: 8
}
post {

View File

@@ -1,11 +1,11 @@
meta {
name: Resetpassword
type: http
seq: 11
seq: 9
}
post {
url: http://localhost:4200/lst/api/auth/reset-password
url: {{url}}/lst/api/auth/reset-password
body: json
auth: inherit
}