34 lines
367 B
Plaintext
Executable File
34 lines
367 B
Plaintext
Executable File
meta {
|
|
name: Update event
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
post {
|
|
url: {{url}}/api/events/{{id}}/update
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"name": "{{name}}",
|
|
"description": "{{description}}"
|
|
}
|
|
}
|
|
|
|
vars:pre-request {
|
|
id: 1
|
|
name: BLAAHHHH
|
|
description: DADADADADDA
|
|
}
|
|
|
|
assert {
|
|
res.status: eq 200
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|