Skip to content

Commit

Permalink
change to openApi doc to insert xml type on device snapshots endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo.andreussi authored and Coduz committed Jan 17, 2024
1 parent d2f4a3d commit 9a0907d
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 9a0907d

Please sign in to comment.