We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LoadSolution
activeTarget
1 parent e7ae5b6 commit 1520e93Copy full SHA for 1520e93
1 file changed
api/csolution-openapi.yml
@@ -871,8 +871,13 @@ components:
871
properties:
872
solution:
873
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>]
878
required:
879
- solution
880
+ - activeTarget
881
LoadSolutionResponse:
882
allOf:
883
- $ref: '#/x-jsonrpc-envelope-response'
0 commit comments