Skip to content

Commit

Permalink
openapi
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Aug 2, 2024
1 parent b263e70 commit 1d0a130
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion openapi/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
},
"result": {
"description": "The result of the info command.",
"nullable": true,
"type": "string"
},
"sequence_id": {
Expand All @@ -72,7 +73,6 @@
"command",
"module",
"reason",
"result",
"sequence_id"
],
"type": "object"
Expand Down Expand Up @@ -868,6 +868,13 @@
"stop"
],
"type": "string"
},
{
"description": "Extrusion calibration get.",
"enum": [
"extrusion_cali_get"
],
"type": "string"
}
]
},
Expand Down

0 comments on commit 1d0a130

Please sign in to comment.