.. AUTO-GENERATED FILE. DO NOT EDIT. /caferimo-recipes-patch-one =========================== Summary ------- - **Source repository:** ``jef-systems/jef-caferimo-backend`` - **Source SHA:** ``34df92c8234ac60ec26994914058345ef85bfdf5`` - **Source run id:** ``26559419681`` - **Lambda function:** ``jef-caferimo-recipes-patch-one`` - **HTTP method:** ``PATCH`` - **API path:** ``/caferimo-recipes-patch-one`` - **Endpoint URL:** ``https://iim2eohqsl.execute-api.ap-southeast-1.amazonaws.com/prod/caferimo-recipes-patch-one`` - **Payload mode:** ``json-body`` Description ----------- - ``Function``: jef-caferimo-recipes-patch-one - ``Module``: jef-caferimo - ``Action``: patch-one - ``Method``: PATCH - ``Invocation Mode``: ASYNC - ``Resource Path``: /caferimo-recipes-patch-one - ``Table``: jef-caferimo-recipes - ``Primary Key``: recipe\_id API Gateway Response -------------------- - ``status\_code``: 202 - ``message``: Request accepted for asynchronous processing. Payload Example --------------- - ``recipe\_id``: 330dd449-4497-4b0e-bab6-705da7fc8d66 - ``store\_id``: 167ec01f-2aae-4482-902d-61c36b19b0d4 - ``entity\_number``: value-001 - ``recipe\_number``: value-001 - ``recipe\_name``: value\_00 - ``family``: value-001 - ``size\_mode``: fixed - ``uses\_milk``: True - ``vessel``: cup - ``notes``: Sample text 001 - ``formula\_line\_count``: 1 - ``process\_step\_count``: 1 - ``layer\_count``: 1 - ``created``: 2026-05-28T06:42:09Z - ``updated``: 2026-05-28T06:42:09Z - ``idempotency\_key``: value-001 - ``children.recipe\_formula\_lines\[0\].recipe\_formula\_line\_id``: 54b14130-58fe-4a5d-800f-18fc7b4661d9 - ``children.recipe\_formula\_lines\[0\].recipe\_id``: 330dd449-4497-4b0e-bab6-705da7fc8d66 - ``children.recipe\_formula\_lines\[0\].entity\_number``: value-001 - ``children.recipe\_formula\_lines\[0\].recipe\_number``: value-001 - ``children.recipe\_formula\_lines\[0\].recipe\_name``: Iced Latte - ``children.recipe\_formula\_lines\[0\].size\_label``: Medium - ``children.recipe\_formula\_lines\[0\].line\_number``: 1 - ``children.recipe\_formula\_lines\[0\].ingredient\_number``: value-001 - ``children.recipe\_formula\_lines\[0\].ingredient\_name``: Espresso - ``children.recipe\_formula\_lines\[0\].quantity``: 1 - ``children.recipe\_formula\_lines\[0\].unit``: value-001 - ``children.recipe\_formula\_lines\[0\].formula\_sort\_key``: value-001 - ``children.recipe\_formula\_lines\[0\].created``: 2026-05-28T06:42:09Z - ``children.recipe\_formula\_lines\[0\].updated``: 2026-05-28T06:42:09Z - ``children.recipe\_layers\[0\].recipe\_layer\_id``: 8b6a03b9-a0e3-4b35-b12b-7df20f5028cd - ``children.recipe\_layers\[0\].recipe\_id``: 330dd449-4497-4b0e-bab6-705da7fc8d66 - ``children.recipe\_layers\[0\].entity\_number``: value-001 - ``children.recipe\_layers\[0\].recipe\_number``: value-001 - ``children.recipe\_layers\[0\].recipe\_name``: Iced Latte - ``children.recipe\_layers\[0\].line\_number``: 1 - ``children.recipe\_layers\[0\].layer\_text``: Add espresso, then milk over ice. - ``children.recipe\_layers\[0\].created``: 2026-05-28T06:42:09Z - ``children.recipe\_layers\[0\].updated``: 2026-05-28T06:42:09Z - ``children.recipe\_process\_steps\[0\].recipe\_process\_step\_id``: 39c479bd-4cae-426d-a2cc-d5a84dc9ca61 - ``children.recipe\_process\_steps\[0\].recipe\_id``: 330dd449-4497-4b0e-bab6-705da7fc8d66 - ``children.recipe\_process\_steps\[0\].entity\_number``: value-001 - ``children.recipe\_process\_steps\[0\].recipe\_number``: value-001 - ``children.recipe\_process\_steps\[0\].recipe\_name``: value\_00 - ``children.recipe\_process\_steps\[0\].size\_label``: Medium - ``children.recipe\_process\_steps\[0\].step\_number``: 1 - ``children.recipe\_process\_steps\[0\].step\_text``: Sample text 001 - ``children.recipe\_process\_steps\[0\].process\_sort\_key``: value-001 - ``children.recipe\_process\_steps\[0\].created``: 2026-05-28T06:42:09Z - ``children.recipe\_process\_steps\[0\].updated``: 2026-05-28T06:42:09Z Payload Schema -------------- .. code-block:: json { "root.type": "M", "root.required": "True", "root.attributes.recipe_id.type": "S", "root.attributes.recipe_id.required": "True", "root.attributes.recipe_id.format": "uuidv4", "root.attributes.recipe_id.regex": "^[1-9a-fA-F][0-9a-fA-F]{7}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", "root.attributes.store_id.type": "S", "root.attributes.store_id.required": "False", "root.attributes.store_id.format": "uuidv4", "root.attributes.store_id.regex": "^[1-9a-fA-F][0-9a-fA-F]{7}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", "root.attributes.entity_number.type": "S", "root.attributes.entity_number.required": "False", "root.attributes.entity_number.regex": "^[A-Za-z0-9_-]{1,64}$", "root.attributes.recipe_number.type": "S", "root.attributes.recipe_number.required": "False", "root.attributes.recipe_number.regex": "^[A-Za-z0-9_-]{1,64}$", "root.attributes.recipe_name.type": "S", "root.attributes.recipe_name.required": "False", "root.attributes.recipe_name.regex": "^[A-Za-z0-9 .,'_-]{1,120}$", "root.attributes.family.type": "S", "root.attributes.family.required": "False", "root.attributes.family.regex": "^[A-Za-z0-9_-]{1,64}$", "root.attributes.size_mode.type": "S", "root.attributes.size_mode.required": "False", "root.attributes.size_mode.regex": "^(fixed|size_based)$", "root.attributes.uses_milk.type": "BOOL", "root.attributes.uses_milk.required": "False", "root.attributes.uses_milk.regex": "^(true|false)$", "root.attributes.vessel.type": "S", "root.attributes.vessel.required": "False", "root.attributes.vessel.regex": "^(cup|glass|bottle)$", "root.attributes.notes.type": "S", "root.attributes.notes.required": "False", "root.attributes.notes.regex": "^.{0,500}$", "root.attributes.formula_line_count.type": "N", "root.attributes.formula_line_count.required": "False", "root.attributes.formula_line_count.regex": "^\\d+$", "root.attributes.process_step_count.type": "N", "root.attributes.process_step_count.required": "False", "root.attributes.process_step_count.regex": "^\\d+$", "root.attributes.layer_count.type": "N", "root.attributes.layer_count.required": "False", "root.attributes.layer_count.regex": "^\\d+$", "root.attributes.created.type": "S", "root.attributes.created.required": "False", "root.attributes.created.format": "iso8601", "root.attributes.created.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$", "root.attributes.updated.type": "S", "root.attributes.updated.required": "False", "root.attributes.updated.format": "iso8601", "root.attributes.updated.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$", "root.attributes.idempotency_key.type": "S", "root.attributes.idempotency_key.required": "False", "root.attributes.idempotency_key.regex": "^[A-Za-z0-9_-]{1,64}$", "root.attributes.children.type": "M", "root.attributes.children.required": "False", "root.attributes.children.attributes.recipe_formula_lines.type": "L", "root.attributes.children.attributes.recipe_formula_lines.required": "False", "root.attributes.children.attributes.recipe_formula_lines.items.type": "M", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.recipe_formula_line_id.type": "S", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.recipe_formula_line_id.required": "True", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.recipe_formula_line_id.format": "uuidv4", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.recipe_formula_line_id.regex": "^[1-9a-fA-F][0-9a-fA-F]{7}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.recipe_id.type": "S", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.recipe_id.required": "False", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.recipe_id.format": "uuidv4", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.recipe_id.regex": "^[1-9a-fA-F][0-9a-fA-F]{7}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.entity_number.type": "S", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.entity_number.required": "False", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.entity_number.regex": "^[A-Za-z0-9_-]{1,64}$", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.recipe_number.type": "S", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.recipe_number.required": "False", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.recipe_number.regex": "^[A-Za-z0-9_-]{1,64}$", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.recipe_name.type": "S", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.recipe_name.required": "False", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.recipe_name.regex": "^[A-Za-z0-9 .,'_-]{1,120}$", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.size_label.type": "S", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.size_label.required": "False", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.size_label.regex": "^(Medium|Large)$", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.line_number.type": "N", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.line_number.required": "False", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.line_number.regex": "^\\d+$", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.ingredient_number.type": "S", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.ingredient_number.required": "False", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.ingredient_number.regex": "^[A-Za-z0-9_-]{1,64}$", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.ingredient_name.type": "S", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.ingredient_name.required": "False", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.ingredient_name.regex": "^[A-Za-z0-9 .,'_-]{1,120}$", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.quantity.type": "N", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.quantity.required": "False", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.quantity.regex": "^-?\\d+(\\.\\d+)?$", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.unit.type": "S", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.unit.required": "False", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.unit.regex": "^[A-Za-z0-9_-]{1,64}$", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.formula_sort_key.type": "S", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.formula_sort_key.required": "False", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.formula_sort_key.regex": "^[A-Za-z0-9_-]{1,64}$", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.created.type": "S", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.created.required": "False", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.created.format": "iso8601", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.created.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.updated.type": "S", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.updated.required": "False", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.updated.format": "iso8601", "root.attributes.children.attributes.recipe_formula_lines.items.attributes.updated.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$", "root.attributes.children.attributes.recipe_layers.type": "L", "root.attributes.children.attributes.recipe_layers.required": "False", "root.attributes.children.attributes.recipe_layers.items.type": "M", "root.attributes.children.attributes.recipe_layers.items.attributes.recipe_layer_id.type": "S", "root.attributes.children.attributes.recipe_layers.items.attributes.recipe_layer_id.required": "True", "root.attributes.children.attributes.recipe_layers.items.attributes.recipe_layer_id.format": "uuidv4", "root.attributes.children.attributes.recipe_layers.items.attributes.recipe_layer_id.regex": "^[1-9a-fA-F][0-9a-fA-F]{7}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", "root.attributes.children.attributes.recipe_layers.items.attributes.recipe_id.type": "S", "root.attributes.children.attributes.recipe_layers.items.attributes.recipe_id.required": "False", "root.attributes.children.attributes.recipe_layers.items.attributes.recipe_id.format": "uuidv4", "root.attributes.children.attributes.recipe_layers.items.attributes.recipe_id.regex": "^[1-9a-fA-F][0-9a-fA-F]{7}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", "root.attributes.children.attributes.recipe_layers.items.attributes.entity_number.type": "S", "root.attributes.children.attributes.recipe_layers.items.attributes.entity_number.required": "False", "root.attributes.children.attributes.recipe_layers.items.attributes.entity_number.regex": "^[A-Za-z0-9_-]{1,64}$", "root.attributes.children.attributes.recipe_layers.items.attributes.recipe_number.type": "S", "root.attributes.children.attributes.recipe_layers.items.attributes.recipe_number.required": "False", "root.attributes.children.attributes.recipe_layers.items.attributes.recipe_number.regex": "^[A-Za-z0-9_-]{1,64}$", "root.attributes.children.attributes.recipe_layers.items.attributes.recipe_name.type": "S", "root.attributes.children.attributes.recipe_layers.items.attributes.recipe_name.required": "False", "root.attributes.children.attributes.recipe_layers.items.attributes.recipe_name.regex": "^[A-Za-z0-9 .,'_-]{1,120}$", "root.attributes.children.attributes.recipe_layers.items.attributes.line_number.type": "N", "root.attributes.children.attributes.recipe_layers.items.attributes.line_number.required": "False", "root.attributes.children.attributes.recipe_layers.items.attributes.line_number.regex": "^\\d+$", "root.attributes.children.attributes.recipe_layers.items.attributes.layer_text.type": "S", "root.attributes.children.attributes.recipe_layers.items.attributes.layer_text.required": "False", "root.attributes.children.attributes.recipe_layers.items.attributes.layer_text.regex": "^.{0,500}$", "root.attributes.children.attributes.recipe_layers.items.attributes.created.type": "S", "root.attributes.children.attributes.recipe_layers.items.attributes.created.required": "False", "root.attributes.children.attributes.recipe_layers.items.attributes.created.format": "iso8601", "root.attributes.children.attributes.recipe_layers.items.attributes.created.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$", "root.attributes.children.attributes.recipe_layers.items.attributes.updated.type": "S", "root.attributes.children.attributes.recipe_layers.items.attributes.updated.required": "False", "root.attributes.children.attributes.recipe_layers.items.attributes.updated.format": "iso8601", "root.attributes.children.attributes.recipe_layers.items.attributes.updated.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$", "root.attributes.children.attributes.recipe_process_steps.type": "L", "root.attributes.children.attributes.recipe_process_steps.required": "False", "root.attributes.children.attributes.recipe_process_steps.items.type": "M", "root.attributes.children.attributes.recipe_process_steps.items.attributes.recipe_process_step_id.type": "S", "root.attributes.children.attributes.recipe_process_steps.items.attributes.recipe_process_step_id.required": "True", "root.attributes.children.attributes.recipe_process_steps.items.attributes.recipe_process_step_id.format": "uuidv4", "root.attributes.children.attributes.recipe_process_steps.items.attributes.recipe_process_step_id.regex": "^[1-9a-fA-F][0-9a-fA-F]{7}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", "root.attributes.children.attributes.recipe_process_steps.items.attributes.recipe_id.type": "S", "root.attributes.children.attributes.recipe_process_steps.items.attributes.recipe_id.required": "False", "root.attributes.children.attributes.recipe_process_steps.items.attributes.recipe_id.format": "uuidv4", "root.attributes.children.attributes.recipe_process_steps.items.attributes.recipe_id.regex": "^[1-9a-fA-F][0-9a-fA-F]{7}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", "root.attributes.children.attributes.recipe_process_steps.items.attributes.entity_number.type": "S", "root.attributes.children.attributes.recipe_process_steps.items.attributes.entity_number.required": "False", "root.attributes.children.attributes.recipe_process_steps.items.attributes.entity_number.regex": "^[A-Za-z0-9_-]{1,64}$", "root.attributes.children.attributes.recipe_process_steps.items.attributes.recipe_number.type": "S", "root.attributes.children.attributes.recipe_process_steps.items.attributes.recipe_number.required": "False", "root.attributes.children.attributes.recipe_process_steps.items.attributes.recipe_number.regex": "^[A-Za-z0-9_-]{1,64}$", "root.attributes.children.attributes.recipe_process_steps.items.attributes.recipe_name.type": "S", "root.attributes.children.attributes.recipe_process_steps.items.attributes.recipe_name.required": "False", "root.attributes.children.attributes.recipe_process_steps.items.attributes.recipe_name.regex": "^[A-Za-z0-9 .,'_-]{1,120}$", "root.attributes.children.attributes.recipe_process_steps.items.attributes.size_label.type": "S", "root.attributes.children.attributes.recipe_process_steps.items.attributes.size_label.required": "False", "root.attributes.children.attributes.recipe_process_steps.items.attributes.size_label.regex": "^(Medium|Large)$", "root.attributes.children.attributes.recipe_process_steps.items.attributes.step_number.type": "N", "root.attributes.children.attributes.recipe_process_steps.items.attributes.step_number.required": "False", "root.attributes.children.attributes.recipe_process_steps.items.attributes.step_number.regex": "^\\d+$", "root.attributes.children.attributes.recipe_process_steps.items.attributes.step_text.type": "S", "root.attributes.children.attributes.recipe_process_steps.items.attributes.step_text.required": "False", "root.attributes.children.attributes.recipe_process_steps.items.attributes.step_text.regex": "^.{0,500}$", "root.attributes.children.attributes.recipe_process_steps.items.attributes.process_sort_key.type": "S", "root.attributes.children.attributes.recipe_process_steps.items.attributes.process_sort_key.required": "False", "root.attributes.children.attributes.recipe_process_steps.items.attributes.process_sort_key.regex": "^[A-Za-z0-9_-]{1,64}$", "root.attributes.children.attributes.recipe_process_steps.items.attributes.created.type": "S", "root.attributes.children.attributes.recipe_process_steps.items.attributes.created.required": "False", "root.attributes.children.attributes.recipe_process_steps.items.attributes.created.format": "iso8601", "root.attributes.children.attributes.recipe_process_steps.items.attributes.created.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$", "root.attributes.children.attributes.recipe_process_steps.items.attributes.updated.type": "S", "root.attributes.children.attributes.recipe_process_steps.items.attributes.updated.required": "False", "root.attributes.children.attributes.recipe_process_steps.items.attributes.updated.format": "iso8601", "root.attributes.children.attributes.recipe_process_steps.items.attributes.updated.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$" } Response Schema --------------- .. code-block:: json { "root.type": "M", "root.required": "True", "root.attributes.is_accepted.type": "BOOL", "root.attributes.is_accepted.required": "True", "root.attributes.message.type": "S", "root.attributes.message.required": "True", "root.attributes.request_id.type": "S", "root.attributes.request_id.required": "False" } Request Payload --------------- .. code-block:: json { "recipe_id": "330dd449-4497-4b0e-bab6-705da7fc8d66", "store_id": "167ec01f-2aae-4482-902d-61c36b19b0d4", "entity_number": "value-001", "recipe_number": "value-001", "recipe_name": "value_00", "family": "value-001", "size_mode": "fixed", "uses_milk": "True", "vessel": "cup", "notes": "Sample text 001", "formula_line_count": "1", "process_step_count": "1", "layer_count": "1", "created": "2026-05-28T06:42:09Z", "updated": "2026-05-28T06:42:09Z", "idempotency_key": "value-001", "children.recipe_formula_lines[0].recipe_formula_line_id": "54b14130-58fe-4a5d-800f-18fc7b4661d9", "children.recipe_formula_lines[0].recipe_id": "330dd449-4497-4b0e-bab6-705da7fc8d66", "children.recipe_formula_lines[0].entity_number": "value-001", "children.recipe_formula_lines[0].recipe_number": "value-001", "children.recipe_formula_lines[0].recipe_name": "Iced Latte", "children.recipe_formula_lines[0].size_label": "Medium", "children.recipe_formula_lines[0].line_number": "1", "children.recipe_formula_lines[0].ingredient_number": "value-001", "children.recipe_formula_lines[0].ingredient_name": "Espresso", "children.recipe_formula_lines[0].quantity": "1", "children.recipe_formula_lines[0].unit": "value-001", "children.recipe_formula_lines[0].formula_sort_key": "value-001", "children.recipe_formula_lines[0].created": "2026-05-28T06:42:09Z", "children.recipe_formula_lines[0].updated": "2026-05-28T06:42:09Z", "children.recipe_layers[0].recipe_layer_id": "8b6a03b9-a0e3-4b35-b12b-7df20f5028cd", "children.recipe_layers[0].recipe_id": "330dd449-4497-4b0e-bab6-705da7fc8d66", "children.recipe_layers[0].entity_number": "value-001", "children.recipe_layers[0].recipe_number": "value-001", "children.recipe_layers[0].recipe_name": "Iced Latte", "children.recipe_layers[0].line_number": "1", "children.recipe_layers[0].layer_text": "Add espresso, then milk over ice.", "children.recipe_layers[0].created": "2026-05-28T06:42:09Z", "children.recipe_layers[0].updated": "2026-05-28T06:42:09Z", "children.recipe_process_steps[0].recipe_process_step_id": "39c479bd-4cae-426d-a2cc-d5a84dc9ca61", "children.recipe_process_steps[0].recipe_id": "330dd449-4497-4b0e-bab6-705da7fc8d66", "children.recipe_process_steps[0].entity_number": "value-001", "children.recipe_process_steps[0].recipe_number": "value-001", "children.recipe_process_steps[0].recipe_name": "value_00", "children.recipe_process_steps[0].size_label": "Medium", "children.recipe_process_steps[0].step_number": "1", "children.recipe_process_steps[0].step_text": "Sample text 001", "children.recipe_process_steps[0].process_sort_key": "value-001", "children.recipe_process_steps[0].created": "2026-05-28T06:42:09Z", "children.recipe_process_steps[0].updated": "2026-05-28T06:42:09Z" } Response -------- .. code-block:: json { "root.type": "M", "root.required": "True", "root.attributes.is_accepted.type": "BOOL", "root.attributes.is_accepted.required": "True", "root.attributes.message.type": "S", "root.attributes.message.required": "True", "root.attributes.request_id.type": "S", "root.attributes.request_id.required": "False" } CMD curl -------- .. code-block:: bat curl -X PATCH "https://iim2eohqsl.execute-api.ap-southeast-1.amazonaws.com/prod/caferimo-recipes-patch-one" -H "Content-Type: application/json" --data-raw "{\"recipe_id\": \"330dd449-4497-4b0e-bab6-705da7fc8d66\", \"store_id\": \"167ec01f-2aae-4482-902d-61c36b19b0d4\", \"entity_number\": \"value-001\", \"recipe_number\": \"value-001\", \"recipe_name\": \"value_00\", \"family\": \"value-001\", \"size_mode\": \"fixed\", \"uses_milk\": true, \"vessel\": \"cup\", \"notes\": \"Sample text 001\", \"formula_line_count\": 1, \"process_step_count\": 1, \"layer_count\": 1, \"created\": \"2026-05-28T06:42:09Z\", \"updated\": \"2026-05-28T06:42:09Z\", \"idempotency_key\": \"value-001\", \"children\": {\"recipe_formula_lines\": [{\"recipe_formula_line_id\": \"54b14130-58fe-4a5d-800f-18fc7b4661d9\", \"recipe_id\": \"330dd449-4497-4b0e-bab6-705da7fc8d66\", \"entity_number\": \"value-001\", \"recipe_number\": \"value-001\", \"recipe_name\": \"Iced Latte\", \"size_label\": \"Medium\", \"line_number\": 1, \"ingredient_number\": \"value-001\", \"ingredient_name\": \"Espresso\", \"quantity\": 1, \"unit\": \"value-001\", \"formula_sort_key\": \"value-001\", \"created\": \"2026-05-28T06:42:09Z\", \"updated\": \"2026-05-28T06:42:09Z\"}], \"recipe_layers\": [{\"recipe_layer_id\": \"8b6a03b9-a0e3-4b35-b12b-7df20f5028cd\", \"recipe_id\": \"330dd449-4497-4b0e-bab6-705da7fc8d66\", \"entity_number\": \"value-001\", \"recipe_number\": \"value-001\", \"recipe_name\": \"Iced Latte\", \"line_number\": 1, \"layer_text\": \"Add espresso, then milk over ice.\", \"created\": \"2026-05-28T06:42:09Z\", \"updated\": \"2026-05-28T06:42:09Z\"}], \"recipe_process_steps\": [{\"recipe_process_step_id\": \"39c479bd-4cae-426d-a2cc-d5a84dc9ca61\", \"recipe_id\": \"330dd449-4497-4b0e-bab6-705da7fc8d66\", \"entity_number\": \"value-001\", \"recipe_number\": \"value-001\", \"recipe_name\": \"value_00\", \"size_label\": \"Medium\", \"step_number\": 1, \"step_text\": \"Sample text 001\", \"process_sort_key\": \"value-001\", \"created\": \"2026-05-28T06:42:09Z\", \"updated\": \"2026-05-28T06:42:09Z\"}]}}" PowerShell curl --------------- .. code-block:: powershell curl.exe -X PATCH "https://iim2eohqsl.execute-api.ap-southeast-1.amazonaws.com/prod/caferimo-recipes-patch-one" -H "Content-Type: application/json" --data-raw '{"recipe_id": "330dd449-4497-4b0e-bab6-705da7fc8d66", "store_id": "167ec01f-2aae-4482-902d-61c36b19b0d4", "entity_number": "value-001", "recipe_number": "value-001", "recipe_name": "value_00", "family": "value-001", "size_mode": "fixed", "uses_milk": true, "vessel": "cup", "notes": "Sample text 001", "formula_line_count": 1, "process_step_count": 1, "layer_count": 1, "created": "2026-05-28T06:42:09Z", "updated": "2026-05-28T06:42:09Z", "idempotency_key": "value-001", "children": {"recipe_formula_lines": [{"recipe_formula_line_id": "54b14130-58fe-4a5d-800f-18fc7b4661d9", "recipe_id": "330dd449-4497-4b0e-bab6-705da7fc8d66", "entity_number": "value-001", "recipe_number": "value-001", "recipe_name": "Iced Latte", "size_label": "Medium", "line_number": 1, "ingredient_number": "value-001", "ingredient_name": "Espresso", "quantity": 1, "unit": "value-001", "formula_sort_key": "value-001", "created": "2026-05-28T06:42:09Z", "updated": "2026-05-28T06:42:09Z"}], "recipe_layers": [{"recipe_layer_id": "8b6a03b9-a0e3-4b35-b12b-7df20f5028cd", "recipe_id": "330dd449-4497-4b0e-bab6-705da7fc8d66", "entity_number": "value-001", "recipe_number": "value-001", "recipe_name": "Iced Latte", "line_number": 1, "layer_text": "Add espresso, then milk over ice.", "created": "2026-05-28T06:42:09Z", "updated": "2026-05-28T06:42:09Z"}], "recipe_process_steps": [{"recipe_process_step_id": "39c479bd-4cae-426d-a2cc-d5a84dc9ca61", "recipe_id": "330dd449-4497-4b0e-bab6-705da7fc8d66", "entity_number": "value-001", "recipe_number": "value-001", "recipe_name": "value_00", "size_label": "Medium", "step_number": 1, "step_text": "Sample text 001", "process_sort_key": "value-001", "created": "2026-05-28T06:42:09Z", "updated": "2026-05-28T06:42:09Z"}]}}'