mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-26 19:51:17 +00:00
feat: base bruno routes
generated from OpenAPI v3 spec
This commit is contained in:
18
tests/bruno/auth/AuthService_SetPassword.bru
Normal file
18
tests/bruno/auth/AuthService_SetPassword.bru
Normal file
@@ -0,0 +1,18 @@
|
||||
meta {
|
||||
name: AuthService_SetPassword
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}/v1/auth/password
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"userId": "",
|
||||
"password": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user