From 6fee70b81c11d073de5b08284745823e6807ead4 Mon Sep 17 00:00:00 2001 From: Frank Kilcommins Date: Fri, 22 Nov 2024 20:52:52 +0000 Subject: [PATCH] chore(scripts): workaround breaking API change --- scripts/publish-portal-content.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/publish-portal-content.sh b/scripts/publish-portal-content.sh index c8eaaf2..dc6dc17 100755 --- a/scripts/publish-portal-content.sh +++ b/scripts/publish-portal-content.sh @@ -473,6 +473,7 @@ function portal_product_post() { --header "Authorization: Bearer $SWAGGERHUB_API_KEY" \ --header "Content-Type: application/json" \ --data "{ + \"type\": \"new\", \"name\": \"$product_name\", \"description\": \"$product_description\", \"slug\": \"$product_slug\",