Adds create feed request for bruno
This commit is contained in:
parent
373d0ba658
commit
5cdeea5534
1 changed files with 21 additions and 0 deletions
21
bruno/feeds/Create feed.bru
Normal file
21
bruno/feeds/Create feed.bru
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
meta {
|
||||||
|
name: Create feed
|
||||||
|
type: http
|
||||||
|
seq: 1
|
||||||
|
}
|
||||||
|
|
||||||
|
post {
|
||||||
|
url: {{base_url}}/api/v1/users/14515861-7ab1-442e-a1f8-7229ef849996/feeds
|
||||||
|
body: json
|
||||||
|
auth: none
|
||||||
|
}
|
||||||
|
|
||||||
|
headers {
|
||||||
|
x-api-key: {{api_key}}
|
||||||
|
}
|
||||||
|
|
||||||
|
body:json {
|
||||||
|
{
|
||||||
|
"url": "https://google.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue