Skip to content

Commit

Permalink
Update OpenAPI docs for GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tip-automation committed Mar 15, 2024
1 parent afc2c30 commit 240b24f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1554,8 +1554,8 @@
};
defs["DeviceType"] = {
"type" : "string",
"default" : "AP",
"enum" : [ "AP", "SWITCH", "IOT", "MESH" ]
"default" : "ap",
"enum" : [ "ap", "switch" ]
};
defs["DeviceWithStatus"] = {
"required" : [ "deviceType" ],
Expand Down

0 comments on commit 240b24f

Please sign in to comment.