@@ -392,6 +392,12 @@ paths:
392
392
responses :
393
393
' 200 ' :
394
394
description : Returns an array of matching key/value pairs.
395
+ content :
396
+ application/json :
397
+ schema :
398
+ type : array
399
+ items :
400
+ $ref : ' #/components/schemas/S3-TagSet'
395
401
' 422 ' :
396
402
$ref : ' #/components/responses/UnprocessableEntity'
397
403
default :
@@ -412,7 +418,7 @@ paths:
412
418
- $ref : ' #/components/parameters/Query-VersionId'
413
419
responses :
414
420
' 204 ' :
415
- description : The resource was added successfully.
421
+ $ref : ' #/components/responses/NoContent '
416
422
' 401 ' :
417
423
$ref : ' #/components/responses/Unauthorized'
418
424
' 403 ' :
@@ -436,7 +442,7 @@ paths:
436
442
- $ref : ' #/components/parameters/Query-VersionId'
437
443
responses :
438
444
' 204 ' :
439
- description : The resource was added successfully.
445
+ $ref : ' #/components/responses/NoContent '
440
446
' 401 ' :
441
447
$ref : ' #/components/responses/Unauthorized'
442
448
' 403 ' :
@@ -462,7 +468,7 @@ paths:
462
468
- $ref : ' #/components/parameters/Query-VersionId'
463
469
responses :
464
470
' 204 ' :
465
- description : The resource was deleted successfully.
471
+ $ref : ' #/components/responses/NoContent '
466
472
' 401 ' :
467
473
$ref : ' #/components/responses/Unauthorized'
468
474
' 403 ' :
@@ -483,6 +489,12 @@ paths:
483
489
responses :
484
490
' 200 ' :
485
491
description : Returns an array of matching key/value pairs.
492
+ content :
493
+ application/json :
494
+ schema :
495
+ type : array
496
+ items :
497
+ $ref : ' #/components/schemas/S3-TagSet'
486
498
' 422 ' :
487
499
$ref : ' #/components/responses/UnprocessableEntity'
488
500
default :
@@ -502,7 +514,7 @@ paths:
502
514
- $ref : ' #/components/parameters/Query-VersionId'
503
515
responses :
504
516
' 204 ' :
505
- description : The resource was added successfully.
517
+ $ref : ' #/components/responses/NoContent '
506
518
' 401 ' :
507
519
$ref : ' #/components/responses/Unauthorized'
508
520
' 403 ' :
@@ -525,7 +537,7 @@ paths:
525
537
- $ref : ' #/components/parameters/Query-VersionId'
526
538
responses :
527
539
' 204 ' :
528
- description : The resource was added successfully.
540
+ $ref : ' #/components/responses/NoContent '
529
541
' 401 ' :
530
542
$ref : ' #/components/responses/Unauthorized'
531
543
' 403 ' :
@@ -549,7 +561,7 @@ paths:
549
561
- $ref : ' #/components/parameters/Query-VersionId'
550
562
responses :
551
563
' 204 ' :
552
- description : The resource was deleted successfully.
564
+ $ref : ' #/components/responses/NoContent '
553
565
' 401 ' :
554
566
$ref : ' #/components/responses/Unauthorized'
555
567
' 403 ' :
0 commit comments