@@ -98,6 +98,9 @@ components:
9898 plural : publishers
9999 singular : publisher
100100info :
101+ contact :
102+ email : aepsupport@aep.dev
103+ name : API support
101104 description : An API for bookstore.example.com
102105 title : bookstore.example.com
103106 version : version not set
@@ -131,6 +134,11 @@ paths:
131134 post :
132135 description : Create method for isbn
133136 operationId : CreateIsbn
137+ parameters :
138+ - in : query
139+ name : id
140+ schema :
141+ type : string
134142 requestBody :
135143 content :
136144 application/json :
@@ -197,6 +205,11 @@ paths:
197205 post :
198206 description : Create method for publisher
199207 operationId : CreatePublisher
208+ parameters :
209+ - in : query
210+ name : id
211+ schema :
212+ type : string
200213 requestBody :
201214 content :
202215 application/json :
@@ -257,14 +270,14 @@ paths:
257270 type : string
258271 requestBody :
259272 content :
260- application/json :
273+ application/merge-patch+ json :
261274 schema :
262275 $ref : ' #/components/schemas/publisher'
263276 required : true
264277 responses :
265278 " 200 " :
266279 content :
267- application/json :
280+ application/merge-patch+ json :
268281 schema :
269282 $ref : ' #/components/schemas/publisher'
270283 description : Successful response
@@ -333,6 +346,10 @@ paths:
333346 required : true
334347 schema :
335348 type : string
349+ - in : query
350+ name : id
351+ schema :
352+ type : string
336353 requestBody :
337354 content :
338355 application/json :
@@ -408,14 +425,14 @@ paths:
408425 type : string
409426 requestBody :
410427 content :
411- application/json :
428+ application/merge-patch+ json :
412429 schema :
413430 $ref : ' #/components/schemas/book'
414431 required : true
415432 responses :
416433 " 200 " :
417434 content :
418- application/json :
435+ application/merge-patch+ json :
419436 schema :
420437 $ref : ' #/components/schemas/book'
421438 description : Successful response
@@ -495,6 +512,10 @@ paths:
495512 required : true
496513 schema :
497514 type : string
515+ - in : query
516+ name : id
517+ schema :
518+ type : string
498519 requestBody :
499520 content :
500521 application/json :
@@ -578,14 +599,20 @@ paths:
578599 requestBody :
579600 content :
580601 application/json :
581- schema : {}
602+ schema :
603+ type : object
582604 required : true
583605 responses :
584606 " 200 " :
585607 content :
586608 application/json :
587609 schema :
588- $ref : ' #/components/schemas/book'
610+ properties :
611+ success :
612+ type : boolean
613+ type : object
614+ x-aep-field-numbers :
615+ " 0 " : success
589616 description : Successful response
590617servers :
591618- url : http://localhost:8081
0 commit comments