Create assign task route
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
meta {
|
||||
name: Assign task
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{url}}/api/events/task/assign
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
headers {
|
||||
X-XSRF-TOKEN:
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"task_id": "{{taskId}}"
|
||||
}
|
||||
}
|
||||
|
||||
vars:pre-request {
|
||||
taskId: 1
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user