You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
post:
tags:
- pet
summary: uploads an image
operationId: uploadFile
parameters:
- name: petId
in: path
description: ID of pet to update
required: true
schema:
type: integer
format: int64
requestBody:
content:
multipart/form-data:
schema:
properties:
additionalMetadata:
type: string
description: Additional data to pass to server
file:
type: string
description: file to upload
format: binary
define api.yml ,use post to upload a file, but generate the web , it not upload file button
can you help me to solve it?
The text was updated successfully, but these errors were encountered:
define api.yml ,use post to upload a file, but generate the web , it not upload file button
can you help me to solve it?
The text was updated successfully, but these errors were encountered: