[Java][WebClient] allow sync requests (#11780)

This commit is contained in:
Oleh Kurpiak
2022-03-04 16:58:03 +02:00
committed by GitHub
parent 9bccd43c59
commit 2e0dc573b3
89 changed files with 325 additions and 3910 deletions

View File

@@ -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: ""