Skip to main content
PUT
/
pipeline
/
state-variable
/
{state_variable_id}
Update state variable
curl --request PUT \
  --url https://api.mezmo.com/v3/pipeline/state-variable/{state_variable_id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "pipeline_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "state": {}
}
'

Documentation Index

Fetch the complete documentation index at: https://mezmo-9a59581a-mintlify-926f893d.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter your token in the format: Token mytokengoeshere

Path Parameters

state_variable_id
string<uuid>
required

Body

application/json
pipeline_id
string<uuid>
required
state
object
required

Response

200

Default Response