Files
T120B165/Bruno/Endpoints/Posts/Create a post.bru

23 lines
316 B
Plaintext

meta {
name: Create a post
type: http
seq: 1
}
post {
url: {{baseUrl}}/api/posts
body: json
auth: inherit
}
body:json {
{
"title": "TheoTown logo",
"Description": "Some text...",
"tags": [],
"filename": "super image.png",
"fileMimeType": "image/png",
"fileSize": 642261
}
}