Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Dec 9, 2024
1 parent f8de789 commit 00639de
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ public function createProduct() {
}

/**
* @OA\Put(
* path="/shopify/products/{id}",
* @OA\Get(
* path="/shopify/products/{id}/custom-configurations",
* operationId="updateProduct",
* tags={"Shopify"},
* summary="Update existing product",
Expand Down Expand Up @@ -114,7 +114,7 @@ public function CustomConfigurations() {

/**
* @OA\Post(
* path="/shopify/products/{id}",
* path="/shopify/products/{id}/custom-configurations",
* operationId="saveCustomConfigurations",
* tags={"Shopify"},
* summary="Save customer configuration for product",
Expand Down

0 comments on commit 00639de

Please sign in to comment.