Skip to content

Commit

Permalink
Adds auto-generated Open API doc. (#2677)
Browse files Browse the repository at this point in the history
Co-authored-by: kbeaugrand <kbeaugrand@users.noreply.github.com>
  • Loading branch information
developer-companion[bot] and kbeaugrand authored Dec 5, 2023
1 parent fd2e254 commit 2bb3754
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -5034,8 +5034,7 @@
"IoTEdgeModule": {
"required": [
"imageURI",
"moduleName",
"version"
"moduleName"
],
"type": "object",
"properties": {
Expand Down Expand Up @@ -5088,7 +5087,8 @@
"nullable": true
},
"version": {
"type": "string"
"type": "string",
"nullable": true
}
},
"additionalProperties": false,
Expand Down

0 comments on commit 2bb3754

Please sign in to comment.