Skip to content
Merged
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
10 changes: 8 additions & 2 deletions api/csolution-openapi.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.1.0
info:
title: csolution rpc
version: 0.0.10
version: 0.0.11
description: Specification of remote procedure call methods for CMSIS csolution integration
license:
name: Apache 2.0
Expand Down Expand Up @@ -344,7 +344,13 @@ components:
description: Flag to indicate if reference is selected
upgrade:
type: string
description: Greater compliant pack version is available for the locked resolved pack
description: Greater compliant pack version is available for the locked pack
locked:
type: string
description: Locked pack identifier
missing:
type: boolean
description: True if pack is not installed
required:
- pack
- origin
Expand Down