working
This commit is contained in:
@@ -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"
|
||||
}'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user