yavsc/contrib/bruno/blog post.yml

22 lines
300 B
YAML
Raw Permalink Normal View History

2026-07-12 01:17:52 +01:00
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