add user search in SearchController, add start and end datetime in events table
This commit is contained in:
@@ -13,13 +13,17 @@ post {
|
||||
body:json {
|
||||
{
|
||||
"name": "{{name}}",
|
||||
"description": "{{description}}"
|
||||
"description": "{{description}}",
|
||||
"start": "{{start}}",
|
||||
"end": "{{end}}"
|
||||
}
|
||||
}
|
||||
|
||||
vars:pre-request {
|
||||
name:
|
||||
description:
|
||||
name: ezbnuifezbfuveuenvj
|
||||
description: ioegheoivneivneiovneivbniobneo
|
||||
start: 2025-01-15T13:45
|
||||
end: 2025-03-15T13:00
|
||||
}
|
||||
|
||||
assert {
|
||||
|
||||
Reference in New Issue
Block a user