Skip to content

Commit 1ded70f

Browse files
committed
Extend LoadSolution method request with activeTarget parameter
1 parent 92e2358 commit 1ded70f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

api/csolution-openapi.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.1.0
22
info:
33
title: csolution rpc
4-
version: 0.0.3
4+
version: 0.0.4
55
description: Specification of remote procedure call methods for CMSIS csolution integration
66
license:
77
name: Apache 2.0
@@ -868,8 +868,13 @@ components:
868868
properties:
869869
solution:
870870
type: string
871+
description: Path to <solution>.csolution.yml
872+
activeTarget:
873+
type: string
874+
description: Active target set in the format <target-type>[@<set>]
871875
required:
872876
- solution
877+
- activeTarget
873878
LoadSolutionResponse:
874879
allOf:
875880
- $ref: '#/x-jsonrpc-envelope-response'

0 commit comments

Comments
 (0)