cloudapi: Add rhsm parameter to repository
This commit is contained in:
parent
9404b0640a
commit
d5938d52b2
5 changed files with 14 additions and 3 deletions
|
|
@ -136,11 +136,14 @@ components:
|
|||
type: object
|
||||
required:
|
||||
- baseurl
|
||||
- rhsm
|
||||
properties:
|
||||
baseurl:
|
||||
type: string
|
||||
format: url
|
||||
example: 'https://cdn.redhat.com/content/dist/rhel8/8/x86_64/baseos/os/'
|
||||
rhsm:
|
||||
type: boolean
|
||||
UploadRequest:
|
||||
type: object
|
||||
required:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue