Skip to content

Commit

Permalink
Merge pull request #414 from RedHatInsights/create-pull-request/patch
Browse files Browse the repository at this point in the history
Syncing API
  • Loading branch information
fhlavac authored Nov 20, 2024
2 parents c48568d + 8139404 commit 4f71838
Show file tree
Hide file tree
Showing 10 changed files with 97 additions and 54,871 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7936,7 +7936,7 @@
"Purge": {
"properties": {
"finished_before": {
"default": "2024-10-13",
"default": "2024-10-21",
"description": "Purge tasks completed earlier than this timestamp. Format '%Y-%m-%d[T%H:%M:%S]'",
"format": "date-time",
"type": "string"
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,14 @@
},
"BlueprintExportResponse": {
"properties": {
"content_sources": {
"additionalProperties": true,
"description": "List of custom repositories including all the repository details needed in order\nto recreate the repositories.\n",
"items": {
"type": "object"
},
"type": "array"
},
"customizations": {
"$ref": "#/components/schemas/Customizations"
},
Expand Down Expand Up @@ -692,6 +700,7 @@
"type": "array"
},
"custom_repositories": {
"description": "List of custom repositories.",
"items": {
"$ref": "#/components/schemas/CustomRepository"
},
Expand Down Expand Up @@ -919,6 +928,7 @@
"rhel-93",
"rhel-94",
"rhel-10-nightly",
"rhel-10-beta",
"centos-9",
"centos-10",
"fedora-37",
Expand Down
Loading

0 comments on commit 4f71838

Please sign in to comment.