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 00639de commit dfe9ee5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@ public function createProduct() {
* type="integer"
* )
* ),
* @OA\RequestBody(
* required=true,
* @OA\JsonContent(ref="#/components/schemas/Product")
* ),
* @OA\Response(
* response=200,
* description="Successful operation",
Expand Down Expand Up @@ -128,6 +124,10 @@ public function CustomConfigurations() {
* type="integer"
* )
* ),
* @OA\RequestBody(
* required=true,
* @OA\JsonContent(ref="#/components/schemas/ProductCustomConfiguration")
* ),
* @OA\Response(
* response=204,
* description="Successful operation"
Expand Down

0 comments on commit dfe9ee5

Please sign in to comment.