File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -3330,7 +3330,7 @@ components:
3330
3330
type: integer
3331
3331
format: int32
3332
3332
xml:
3333
- attribute: true
3333
+ nodeType: attribute
3334
3334
name:
3335
3335
type: string
3336
3336
xml:
@@ -3507,7 +3507,8 @@ paths:
3507
3507
"200":
3508
3508
content:
3509
3509
application/xml:
3510
- $ref: "#/components/schemas/Documentation"
3510
+ schema:
3511
+ $ref: "#/components/schemas/Documentation"
3511
3512
components:
3512
3513
schemas:
3513
3514
Documentation:
@@ -3536,19 +3537,21 @@ paths:
3536
3537
"200":
3537
3538
content:
3538
3539
application/xml:
3539
- xml:
3540
- nodeType: element
3541
- name: StoredDocument
3542
- $ref: "#/components/schemas/Documentation"
3540
+ schema:
3541
+ xml:
3542
+ nodeType: element
3543
+ name: StoredDocument
3544
+ $ref: "#/components/schemas/Documentation"
3543
3545
put:
3544
3546
requestBody:
3545
3547
required: true
3546
3548
content:
3547
3549
application/xml:
3548
- xml:
3549
- nodeType: element
3550
- name: UpdatedDocument
3551
- $ref: "#/components/schemas/Documentation"
3550
+ schema:
3551
+ xml:
3552
+ nodeType: element
3553
+ name: UpdatedDocument
3554
+ $ref: "#/components/schemas/Documentation"
3552
3555
responses:
3553
3556
"201": {}
3554
3557
components:
You can’t perform that action at this time.
0 commit comments