Skip to main content
PATCH
Update a mash step

Authorizations

X-API-Key
string
header
required

An API key created from a signed-in session. See Authentication.

Path Parameters

id
string<uuid>
required

Mash step id

Body

application/json
name
string
default:Mash Step

Step name

Minimum string length: 1
type
enum<string>
default:infusion

Mash step method

Available options:
infusion,
decoction,
temperature
step_temp_c
number | null

Target temperature in °C

step_time_minutes
integer | null

Rest duration in minutes

sort_order
integer

Display order

Required range: x >= 0

Response

The updated mash step

id
string<uuid>
read-only

Unique identifier

recipe_id
string<uuid>
read-only

Parent recipe

name
string

Step name

type
enum<string>

Mash step method

Available options:
infusion,
decoction,
temperature
step_temp_c
number | null

Target temperature in °C

step_time_minutes
integer | null

Rest duration in minutes

sort_order
integer

Display order

created_at
string<date-time>
read-only

ISO 8601 timestamp