cloudapi/v2: support specifying parent ref for ostree requests
This commit is contained in:
parent
24b70837c1
commit
bfaf0c073b
3 changed files with 88 additions and 74 deletions
|
|
@ -842,6 +842,15 @@ components:
|
|||
ref:
|
||||
type: string
|
||||
example: 'rhel/8/x86_64/edge'
|
||||
parent:
|
||||
type: string
|
||||
examples:
|
||||
commit_id:
|
||||
value: '02604b2da6e954bd34b8b82a835e5a77d2b60ffa'
|
||||
summary: A commit ID
|
||||
ref:
|
||||
value: 'rhel/8/x86_64/edge'
|
||||
summary: A branch-like ref
|
||||
Subscription:
|
||||
type: object
|
||||
required:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue