props

Set a prop value

Sets or updates a single property key for a sprout.

put/api/v1/props/{id}/{key}

Path parameters

idstring required

Sprout identifier (NKey public key)

keystring required

Property key name

Request body

{"stackTrail":"paths:/api/v1/props/{id}/{key}:put:requestBody:content:application/json:schema","oasType":"schema","type":"unknown","description":"The value to set for this property key."}

Response

Property set

{"stackTrail":"components:schemas:NATSResponse","oasType":"schema","type":"unknown","description":"Raw JSON response from the farmer via NATS proxy. The structure\nvaries by endpoint — refer to the farmer documentation for\nresponse schemas specific to each NATS subject.\n"}

Changes