Add get user's tasks route

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-11-20 11:23:56 +01:00
parent fd65cfdc1c
commit feb901c9e8
6 changed files with 47 additions and 25 deletions
+2 -6
View File
@@ -10,10 +10,6 @@ post {
auth: inherit
}
headers {
X-XSRF-TOKEN: eyJpdiI6Im9TOXR2dG96amtTazVlRDh0dkRLZGc9PSIsInZhbHVlIjoiaWgyNG13UXpMRnRVRlRTVTFmOVN5b20rWjhSOEdhUEFRUEo5Qm9ZUDYybTZhSnJxWjEzNWN1cEhVRm9yc3c2UE1tNkZnNFpJZHZUTXVkSC92VnFvZ0ZXT3dLNGRrT2FIRzdvdFZyTFV4M3VlMlM5MmlOc2FkVGhDeUJQczBLdS8iLCJtYWMiOiIyYWY5NjBiZjJlOTZhM2UxNGU5MDg1YTIwNTIzZjFjNzQyNDAzODYwMDI4MzFkOGM2ZWQyNTlkZWVkZjg3MzhhIiwidGFnIjoiIn0=
}
body:json {
{
"task_id": "{{task_id}}"
@@ -21,8 +17,8 @@ body:json {
}
vars:pre-request {
id: 2
task_id: 2
id: 1
task_id: 3
}
settings {
-4
View File
@@ -10,10 +10,6 @@ post {
auth: inherit
}
headers {
X-XSRF-TOKEN:
}
body:json {
{
"task_id": "{{taskId}}"
+3 -7
View File
@@ -10,16 +10,12 @@ post {
auth: inherit
}
headers {
X-XSRF-TOKEN:
}
body:json {
{
"event_id": 1,
"name": "test",
"location": "location test",
"description": "desc test",
"name": "test12",
"location": "blahhhhh",
"description": "blouuuuuuuuuuh",
"start": "2025-11-09 15:30:00",
"end": "2025-11-09 15:30:00",
"max_participants": 10