Updated Grid
This commit is contained in:
23
bruno/auth/local/Change Password.bru
Normal file
23
bruno/auth/local/Change Password.bru
Normal file
@@ -0,0 +1,23 @@
|
||||
meta {
|
||||
name: Change Password
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
put {
|
||||
url: {{BASE_URL}}/auth/password
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"current_password": "test",
|
||||
"new_password": "test"
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user