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