From 27e31ac2a0ba8abcf4a34a7a1e6bcce59bf9fd31 Mon Sep 17 00:00:00 2001 From: Kelly Thomas Reardon Date: Mon, 11 May 2026 06:16:59 -0500 Subject: [PATCH] updated api call to use variables --- .gitignore | 1 + .postmate/collections/Donetick API.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f863632..64d45fe 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ .env.ps1 debug.ps1 .postmate/postmate-history.json +.postmate/postmate-envs.json \ No newline at end of file diff --git a/.postmate/collections/Donetick API.json b/.postmate/collections/Donetick API.json index 9b73cdb..707ae52 100644 --- a/.postmate/collections/Donetick API.json +++ b/.postmate/collections/Donetick API.json @@ -32,7 +32,8 @@ "value": "{{secretkey}}", "addTo": "header" }, - "cookies": [] + "cookies": [], + "dataTags": [] } ] } \ No newline at end of file