Skip to content

Commit

Permalink
chore: add redundant type property POST (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkilcommins authored Sep 27, 2024
1 parent d2621a9 commit 88c47ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/publish-portal-content.sh
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,7 @@ function portal_product_toc_api_reference_post() {
--header "Authorization: Bearer $SWAGGERHUB_API_KEY" \
--header "Content-Type: application/json" \
--data "{
\"type\": \"new\",
\"title\": \"$api_title\",
\"slug\": \"$api_slug\",
\"order\": $content_order,
Expand Down Expand Up @@ -719,6 +720,7 @@ function portal_product_toc_markdown_post() {
--header "Authorization: Bearer $SWAGGERHUB_API_KEY" \
--header "Content-Type: application/json" \
--data "{
\"type\": \"new\",
\"title\": \"$markdown_title\",
\"slug\": \"$markdown_slug\",
\"order\": $content_order,
Expand Down

0 comments on commit 88c47ac

Please sign in to comment.