WIP audiences
This commit is contained in:
parent
9846210fd6
commit
f3bb039d2f
15 changed files with 102 additions and 82 deletions
22
contrib/bruno/blog post.yml
Normal file
22
contrib/bruno/blog post.yml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
info:
|
||||
name: blog post
|
||||
type: http
|
||||
seq: 2
|
||||
|
||||
http:
|
||||
method: POST
|
||||
url: "{{Blogs}}/api/v1/blog"
|
||||
body:
|
||||
type: json
|
||||
data: |-
|
||||
{
|
||||
"Title": "lkijlk",
|
||||
"Article": "test"
|
||||
}
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
Loading…
Add table
Add a link
Reference in a new issue