From 885c014a7fdb78d91d98816a13e9c6654826d60f Mon Sep 17 00:00:00 2001 From: Fabien Piuzzi Date: Wed, 23 Jan 2019 13:36:02 +0100 Subject: [PATCH] Add path option to octoprint component documentation (#8236) Add path option to octoprint component documentation --- source/_components/octoprint.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_components/octoprint.markdown b/source/_components/octoprint.markdown index 992fd9700da..b9f51d4db04 100644 --- a/source/_components/octoprint.markdown +++ b/source/_components/octoprint.markdown @@ -49,6 +49,11 @@ octoprint: required: false type: integer default: 80 + path: + description: The URL path of the Octoprint instance. + required: false + type: string + default: / ssl: description: Enable or disable SSL/TLS. required: false