From 775babcc0ef843af55cbee886a95de89628438ca Mon Sep 17 00:00:00 2001 From: Edward Cormany Date: Tue, 2 Apr 2024 15:53:39 -0400 Subject: [PATCH] add max lengths for description, units --- api/docs/v2/parameters/defining.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/api/docs/v2/parameters/defining.rst b/api/docs/v2/parameters/defining.rst index 2fd595bb0e6e..b42dd517a226 100644 --- a/api/docs/v2/parameters/defining.rst +++ b/api/docs/v2/parameters/defining.rst @@ -24,7 +24,9 @@ Depending on the :ref:`type of parameter `, you'll need to specify so - A label for the parameter shown in the Opentrons App or on the touchscreen. - Maximum 30 characters. * - ``description`` - - An optional longer explanation of what the parameter does, or how its values will affect the execution of the protocol. + - + - An optional longer explanation of what the parameter does, or how its values will affect the execution of the protocol. + - Maximum 100 characters. * - ``default`` - The value the parameter will have if the user makes no changes to it during run setup. * - ``minimum`` and ``maximum`` @@ -44,6 +46,7 @@ Depending on the :ref:`type of parameter `, you'll need to specify so - Optional, for numeric parameters only. - Displays after the number during run setup. - Does not affect the parameter's value or protocol execution. + - Maximum [10/TK] characters.