Skip to content

Commit

Permalink
chore(scripts): workaround breaking API change
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkilcommins committed Nov 22, 2024
1 parent 6ce0239 commit 6fee70b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/publish-portal-content.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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\",
Expand Down

0 comments on commit 6fee70b

Please sign in to comment.