24 lines
234 B
Plaintext
24 lines
234 B
Plaintext
meta {
|
|
name: Create Post
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
post {
|
|
url: http://localhost:3000/posts
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"description": "",
|
|
"file_id": ""
|
|
}
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|