mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 00:43:46 +00:00
[Java][WebClient] allow sync requests (#11780)
This commit is contained in:
@@ -92,6 +92,7 @@ paths:
|
||||
summary: Update an existing pet
|
||||
tags:
|
||||
- pet
|
||||
x-webclient-blocking: true
|
||||
x-contentType: application/json
|
||||
x-accepts: application/json
|
||||
servers:
|
||||
@@ -141,6 +142,7 @@ paths:
|
||||
summary: Finds Pets by status
|
||||
tags:
|
||||
- pet
|
||||
x-webclient-blocking: true
|
||||
x-accepts: application/json
|
||||
/pet/findByTags:
|
||||
get:
|
||||
@@ -185,6 +187,7 @@ paths:
|
||||
summary: Finds Pets by tags
|
||||
tags:
|
||||
- pet
|
||||
x-webclient-blocking: true
|
||||
x-accepts: application/json
|
||||
/pet/{petId}:
|
||||
delete:
|
||||
@@ -252,6 +255,7 @@ paths:
|
||||
summary: Find pet by ID
|
||||
tags:
|
||||
- pet
|
||||
x-webclient-blocking: true
|
||||
x-accepts: application/json
|
||||
post:
|
||||
description: ""
|
||||
|
||||
Reference in New Issue
Block a user