Headers
Body
application/json
Data used by the Prefect REST API to create a flow.
The name of the flow
Examples:
"my-flow"
A list of flow tags
Examples:
["tag-1", "tag-2"]
A dictionary of key-value labels. Values can be strings, numbers, or booleans.
Examples:
{ "key": "value1", "key2": 42 }
Response
Successful Response
An ORM representation of flow data.
The name of the flow
Examples:
"my-flow"
A list of flow tags
Examples:
["tag-1", "tag-2"]
A dictionary of key-value labels. Values can be strings, numbers, or booleans.
Examples:
{ "key": "value1", "key2": 42 }