UNPKG

kiolyn-api-specs

Version:
29 lines (27 loc) 651 B
/image/{storeid}: post: tags: - image description: upload image for a store operationId: uploadImage security: - bearerAuth: [] parameters: - $ref#storeid: './parameters/storeid.yaml' requestBody: content: multipart/form-data: schema: type: object properties: file: type: string format: binary responses: $ref#4xx: './responses/4xx.yaml' '200': description: uploaded image detail content: application/json: schema: $ref: '#/components/schemas/Image'