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 github-actions[bot] committed Sep 9, 2024
1 parent cd806cc commit c9c7a86
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
16 changes: 12 additions & 4 deletions internal/clients/composer/openapi.v2.gen.go

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

12 changes: 12 additions & 0 deletions internal/clients/composer/openapi.v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,12 @@ components:
required:
- profile_id
properties:
policy_id:
type: string
format: uuid
description: |
Puts a specified policy ID in the RHSM facts, so that any instances registered to
insights will be automatically connected to the compliance policy in the console.
profile_id:
type: string
tailoring:
Expand All @@ -986,6 +992,12 @@ components:
required:
- profile_id
properties:
policy_id:
type: string
format: uuid
description: |
Puts a specified policy ID in the RHSM facts, so that any instances registered to
insights will be automatically connected to the compliance policy in the console.
profile_id:
type: string
datastream:
Expand Down
4 changes: 2 additions & 2 deletions internal/clients/content_sources/content-sources.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2344,8 +2344,8 @@
}
},
"required": [
"sha256",
"file"
"file",
"sha256"
],
"type": "object"
}
Expand Down

0 comments on commit c9c7a86

Please sign in to comment.