20 lines
238 B
Text
20 lines
238 B
Text
meta {
|
|
name: create
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
post {
|
|
url: 127.0.0.1:8080/api/rooms
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"name": "My Room 1",
|
|
"beds": 6,
|
|
"price": 150,
|
|
"features": ["WIFI", "Klimaanlage"]
|
|
}
|
|
}
|