init
This commit is contained in:
23
docs/api/wishlists/create wishlist.bru
Normal file
23
docs/api/wishlists/create wishlist.bru
Normal file
@@ -0,0 +1,23 @@
|
||||
meta {
|
||||
name: create wishlist
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{base_url}}/user/wishlists
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"name": "test2",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user