mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 00:43:46 +00:00
add tests for useAbstractionForFiles option (webclient, resttemplate) (#16644)
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
openapi: 3.0.1
|
||||
info:
|
||||
title: Response file abstraction test
|
||||
version: 1.0.0
|
||||
servers:
|
||||
- url: /
|
||||
paths:
|
||||
/resource:
|
||||
get:
|
||||
description: Response file abstraction
|
||||
operationId: resourceInResponse
|
||||
responses:
|
||||
"200":
|
||||
content:
|
||||
application/octet-stream:
|
||||
schema:
|
||||
format: binary
|
||||
type: string
|
||||
description: Successful operation
|
||||
tags:
|
||||
- resource
|
||||
x-accepts: application/octet-stream
|
||||
components:
|
||||
schemas: {}
|
||||
|
||||
Reference in New Issue
Block a user