Skip to content

Commit

Permalink
internal: update api specs
Browse files Browse the repository at this point in the history
  • Loading branch information
schutzbot authored and croissanne committed Jul 5, 2023
1 parent eafc743 commit c068637
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
7 changes: 7 additions & 0 deletions internal/composer/openapi.v2.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions internal/composer/openapi.v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,7 @@ components:
- iot-raw-image
- vsphere
- vsphere-ova
- live-installer
Repository:
type: object
description: |
Expand Down Expand Up @@ -862,6 +863,13 @@ components:
type: boolean
priority:
type: integer
OpenSCAP:
type: object
required:
- profile_id
properties:
profile_id:
type: string
UploadOptions:
anyOf:
- $ref: '#/components/schemas/AWSEC2UploadOptions'
Expand Down Expand Up @@ -1064,6 +1072,8 @@ components:
repositories will be used to depsolve and retrieve packages. Additionally,
these packages will be saved and imported to the `/etc/yum.repos.d/` directory
on the image
openscap:
$ref: '#/components/schemas/OpenSCAP'
filesystem:
type: array
items:
Expand Down
2 changes: 1 addition & 1 deletion internal/provisioning/provisioning.v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ info:
description: Provisioning service API
license:
name: GPL-3.0
version: 1.1.0
version: 1.2.0
paths:
/availability_status/sources:
post:
Expand Down

0 comments on commit c068637

Please sign in to comment.