Variables
Update Variable
patch/api/variables/{id}
Path parameters
idstring uuid required
Headers
x-prefect-api-versionstring
Request body
Example request
{
"name": "my-variable",
"value": "my-value",
"tags": [
"tag-1",
"tag-2"
]
}Response
Successful Response