Skip to content

Commit

Permalink
Manage-breaking-toc-change (#22)
Browse files Browse the repository at this point in the history
* chore: add redundant type property POST

* chore(scripts): workaround breaking API change
  • Loading branch information
frankkilcommins authored Nov 22, 2024
1 parent 88c47ac commit b1975d8
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 b1975d8

Please sign in to comment.