Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 12 additions & 16 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4133,26 +4133,12 @@ components:
$ref: "#/components/schemas/ConnectorEndpoint"
description: The ending point of the connector.
connectorStartStrokeCap:
type: string
$ref: "#/components/schemas/ConnectorStrokeCap"
description: A string enum describing the end cap of the start of the connector.
enum:
- NONE
- LINE_ARROW
- TRIANGLE_ARROW
- DIAMOND_FILLED
- CIRCLE_FILLED
- TRIANGLE_FILLED
default: NONE
connectorEndStrokeCap:
type: string
$ref: "#/components/schemas/ConnectorStrokeCap"
description: A string enum describing the end cap of the end of the connector.
enum:
- NONE
- LINE_ARROW
- TRIANGLE_ARROW
- DIAMOND_FILLED
- CIRCLE_FILLED
- TRIANGLE_FILLED
default: NONE
connectorLineType:
$ref: "#/components/schemas/ConnectorLineType"
Expand Down Expand Up @@ -5601,6 +5587,16 @@ components:
- LEFT
- RIGHT
- CENTER
ConnectorStrokeCap:
type: string
description: Connector stroke cap.
enum:
- NONE
- LINE_ARROW
- TRIANGLE_ARROW
- DIAMOND_FILLED
- CIRCLE_FILLED
- TRIANGLE_FILLED
ConnectorLineType:
type: string
description: Connector line type.
Expand Down