Skip to content

Commit

Permalink
Merge pull request #3941 from Agnul97/fix-missingXmlOptionDeviceSnaps…
Browse files Browse the repository at this point in the history
…hotDoc

FIX - Restored support on XML content option on openApi doc for device snapshots
  • Loading branch information
Coduz authored Jan 17, 2024
2 parents 5007e99 + c777d38 commit 63f3eca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ paths:
application/json:
schema:
$ref: '../deviceConfiguration/deviceConfiguration.yaml#/components/schemas/componentConfigurations'
application/xml:
schema:
$ref: '../deviceConfiguration/deviceConfiguration.yaml#/components/schemas/componentConfigurations'
401:
$ref: '../openapi.yaml#/components/responses/unauthenticated'
403:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ paths:
application/json:
schema:
$ref: './deviceSnapshot.yaml#/components/schemas/snapshots'
application/xml:
schema:
$ref: './deviceSnapshot.yaml#/components/schemas/snapshots'
401:
$ref: '../openapi.yaml#/components/responses/unauthenticated'
403:
Expand Down

0 comments on commit 63f3eca

Please sign in to comment.