store: split apis into sub directories
Since we will need to add other api endpoints, e.g. `contentSourcesApi` for the on-prem frontend, this PR restructures the store directory to make future changes more manageable.
This commit is contained in:
parent
ed1b4c4b97
commit
9c3581f21c
33 changed files with 3261 additions and 164 deletions
|
|
@ -2073,6 +2073,11 @@ components:
|
|||
required:
|
||||
- rhsm
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
description: |
|
||||
An ID referring to a repository defined in content sources can be used instead of
|
||||
'baseurl', 'mirrorlist' or 'metalink'.
|
||||
rhsm:
|
||||
type: boolean
|
||||
baseurl:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue