Create Variable
Variables
Create Variable
Create a variable.
For more information, see https://docs.prefect.io/v3/concepts/variables.
POST
Create Variable
Documentation Index
Fetch the complete documentation index at: https://docs.prefect.io/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Body
application/json
Response
Successful Response
The name of the variable
Maximum string length:
255Example:
"my-variable"
The value of the variable
Example:
"my-value"
A list of variable tags
Example:
["tag-1", "tag-2"]