Skip to content

Commit 1520e93

Browse files
committed
Extend LoadSolution method request with activeTarget parameter
1 parent e7ae5b6 commit 1520e93

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

api/csolution-openapi.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -871,8 +871,13 @@ components:
871871
properties:
872872
solution:
873873
type: string
874+
description: Path to <solution>.csolution.yml
875+
activeTarget:
876+
type: string
877+
description: Active target set in the format <target-type>[@<set>]
874878
required:
875879
- solution
880+
- activeTarget
876881
LoadSolutionResponse:
877882
allOf:
878883
- $ref: '#/x-jsonrpc-envelope-response'

0 commit comments

Comments
 (0)