Auto backup (2022-08-26T21:00:43.329Z)

This commit is contained in:
nia
2022-08-26 21:00:43 +00:00
parent a50db4b5f3
commit c70ab5c630
5 changed files with 62 additions and 13 deletions

View File

@@ -16,11 +16,13 @@
},
{
"parameters": {
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"url": "https://vikunja.cynic.club/api/v1/tasks/all",
"requestMethod": "POST",
"url": "https://vikunja.cynic.club/api/v1/login",
"jsonParameters": true,
"options": {}
"options": {
"bodyContentType": "json"
},
"bodyParametersJson": "{\n \"long_token\": true,\n \"password\": \"nfgxtyrb\",\n \"username\": \"nia\"\n}"
},
"id": "61c72e9d-9951-4b51-b652-ca8ca8ccad02",
"name": "HTTP Request",
@@ -29,6 +31,23 @@
"position": [
460,
300
]
},
{
"parameters": {
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"url": "https://vikunja.cynic.club/api/v1/tasks/all",
"jsonParameters": true,
"options": {}
},
"id": "c52b7143-60a0-4f91-bfb6-27d051b25eb3",
"name": "HTTP Request1",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
660,
300
],
"credentials": {
"httpHeaderAuth": {
@@ -36,6 +55,20 @@
"name": "vikunja"
}
}
},
{
"parameters": {
"fieldToSplitOut": "id",
"options": {}
},
"id": "c59d88d4-6378-4f39-9d12-4d56e4094f54",
"name": "Item Lists",
"type": "n8n-nodes-base.itemLists",
"typeVersion": 1,
"position": [
900,
300
]
}
],
"connections": {
@@ -49,10 +82,26 @@
}
]
]
},
"HTTP Request": {
"main": [
[
{
"node": "HTTP Request1",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request1": {
"main": [
[]
]
}
},
"createdAt": "2022-08-24T17:54:11.748Z",
"updatedAt": "2022-08-24T19:34:23.768Z",
"updatedAt": "2022-08-26T10:09:36.982Z",
"settings": {},
"staticData": null,
"pinData": {},