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/user/UserService_RegisterUser.bru
Normal file
18
tests/bruno/user/UserService_RegisterUser.bru
Normal file
@@ -0,0 +1,18 @@
|
||||
meta {
|
||||
name: UserService_RegisterUser
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}/v1/user/register
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:query {
|
||||
firstName:
|
||||
lastName:
|
||||
email:
|
||||
password:
|
||||
}
|
||||
Reference in New Issue
Block a user