Skip to content

Commit

Permalink
Removing WIP tag
Browse files Browse the repository at this point in the history
  • Loading branch information
harikrishnan83 committed Aug 15, 2024
1 parent b9af45a commit 092a670
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions io/specmatic/examples/store/openapi/api_order_v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ paths:
put:
summary: Update or upload a product image
operationId: updateProductImage
tags:
- WIP
parameters:
- name: id
in: path
Expand All @@ -120,6 +118,8 @@ paths:
multipart/form-data:
schema:
type: object
required:
- image
properties:
image:
type: string
Expand All @@ -129,7 +129,7 @@ paths:
UPDATE_PRODUCT_IMAGE:
value:
image:
externalValue: "box_image.png"
externalValue: "@box_image.png"
responses:
"200":
description: Product image updated successfully
Expand Down

0 comments on commit 092a670

Please sign in to comment.