This commit is contained in:
Oliver
2025-08-16 21:06:27 +02:00
parent 2d3da5da96
commit 6de8bd9564
6 changed files with 56 additions and 46 deletions

View File

@@ -6,7 +6,7 @@
# ========= CONFIG =========
API_KEY="your-secret-api-key"
BASE_URL="https://dev.local"
CONTAINER_ID="123e4567-e89b-12d3-a456-426614174000" # sample UUID
CONTAINER_ID="001-001-123e4567-e89b-12d3-a456-426614174000" # sample UUID
# ==========================
# --- Functions for each endpoint ---
@@ -24,7 +24,11 @@ update_container() {
"email": "user@example.com",
"expires": "2025-12-31",
"status": "active",
"created": "2025-08-16"
"created": "2025-08-16",
"tags": "N8N, SQLITE",
"affiliate": "OLIVER",
"domains": "N8N.local",
"status":"hot"
}'
}