Blueprint: show basic version diff
This commit is contained in:
parent
933e65d590
commit
e1057208f3
4 changed files with 105 additions and 1 deletions
|
|
@ -213,6 +213,14 @@ paths:
|
|||
operationId: getBlueprint
|
||||
tags:
|
||||
- blueprint
|
||||
parameters:
|
||||
- in: query
|
||||
name: version
|
||||
schema:
|
||||
type: integer
|
||||
description: |
|
||||
Filter by a specific version of the Blueprint we want to fetch.
|
||||
Omit or pass -1 to fetch latest version.
|
||||
responses:
|
||||
'200':
|
||||
description: detail of a blueprint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue