Skip to content

Commit

Permalink
update openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoCasa committed Feb 25, 2025
1 parent 9a3b0d2 commit e87d27b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions backend/windmill-api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5292,6 +5292,26 @@ paths:
schema:
$ref: "#/components/schemas/FlowVersion"

/w/{workspace}/flows/list_paths_from_workspace_runnable/{runnable_kind}/{path}:
get:
summary: list flow paths from workspace runnable
operationId: listFlowPathsFromWorkspaceRunnable
tags:
- flow
parameters:
- $ref: "#/components/parameters/WorkspaceId"
- $ref: "#/components/parameters/RunnableKind"
- $ref: "#/components/parameters/ScriptPath"
responses:
"200":
description: list of flow paths
content:
application/json:
schema:
type: array
items:
type: string

/w/{workspace}/flows/get/v/{version}/p/{path}:
get:
summary: get flow version
Expand Down

0 comments on commit e87d27b

Please sign in to comment.