Answers for "openapi upload json file"

0

openapi upload json file

requestBody:
  content:
    multipart/form-data:
      schema:
        type: object
        properties:
          # 'file' will be the field name in this multipart request
          file:
            type: string
            format: binary
Posted by: Guest on March-24-2022

Browse Popular Code Answers by Language