Working on email templating, updating with swagger
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
meta {
|
||||
name: Get Profile
|
||||
type: http
|
||||
seq: 6
|
||||
seq: 7
|
||||
}
|
||||
|
||||
get {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
meta {
|
||||
name: Refresh Session
|
||||
type: http
|
||||
seq: 5
|
||||
seq: 6
|
||||
}
|
||||
|
||||
get {
|
||||
|
||||
11
bruno/Users/Reset Password.bru
Normal file
11
bruno/Users/Reset Password.bru
Normal file
@@ -0,0 +1,11 @@
|
||||
meta {
|
||||
name: Reset Password
|
||||
type: http
|
||||
seq: 5
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{API_URL}}/account/password/reset
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
Reference in New Issue
Block a user