Variables
Update Variable By Name
PATCH
/
api
/
variables
/
name
/
{name}
Headers
x-prefect-api-version
string
Path Parameters
name
string
requiredBody
application/json
Data used by the Prefect REST API to update a Variable.
name
string | null
The name of the variable
value
The value of the variable
tags
string[] | null
A list of variable tags
Was this page helpful?