Updates bruno requests
This commit is contained in:
parent
7008c1c84b
commit
34f7d99639
3 changed files with 17 additions and 2 deletions
15
bruno/users/Get all users.bru
Normal file
15
bruno/users/Get all users.bru
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
meta {
|
||||
name: Get all users
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{base_url}}/api/v1/users
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
headers {
|
||||
x-api-key: willbechanged
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue