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:
33303330 type: integer
33313331 format: int32
33323332 xml:
3333- attribute: true
3333+ nodeType: attribute
33343334 name:
33353335 type: string
33363336 xml:
@@ -3507,7 +3507,8 @@ paths:
35073507 "200":
35083508 content:
35093509 application/xml:
3510- $ref: "#/components/schemas/Documentation"
3510+ schema:
3511+ $ref: "#/components/schemas/Documentation"
35113512components:
35123513 schemas:
35133514 Documentation:
@@ -3536,19 +3537,21 @@ paths:
35363537 "200":
35373538 content:
35383539 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"
35433545 put:
35443546 requestBody:
35453547 required: true
35463548 content:
35473549 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"
35523555 responses:
35533556 "201": {}
35543557components:
You can’t perform that action at this time.
0 commit comments