fix: add endpoint_name to read_flows endpoint (#5354)
* fix: add endpoint_name whem mapping results for headers_flow parameter (#5353) * [autofix.ci] apply automated fixes --------- Co-authored-by: Dario Saltarelli <dario.saltarelli@sscinc.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
c0ffb86c13
commit
c864929bde
1 changed files with 1 additions and 0 deletions
|
|
@ -228,6 +228,7 @@ async def read_flows(
|
|||
"folder_id": flow.folder_id,
|
||||
"is_component": flow.is_component,
|
||||
"description": flow.description,
|
||||
"endpoint_name": flow.endpoint_name,
|
||||
}
|
||||
for flow in flows
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue