Skip to content

Commit

Permalink
minor doc updtae
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Feb 28, 2024
1 parent cf4143c commit 7409749
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api.planx.uk/modules/flows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,12 +266,12 @@ paths:
/flows/{flowId}/flatten-flow:
get:
summary: Flatten a flow and its' external portals into a single graph
description: Flatten a flow and its' external portals into a single graph. The external portals must be published.
description: Flatten a flow and its' external portals into a single graph. The external portals must be published unless ?draft=true is set
tags: ["flows"]
parameters:
- $ref: "#/components/parameters/flowId"
- in: query
name: unpublished
name: draft
type: boolean
required: false
description: Optional param to flatten a flow and its' external portals in their draft state.
Expand Down

0 comments on commit 7409749

Please sign in to comment.