Skip to content

Commit

Permalink
Syncing API
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored and github-actions[bot] committed Nov 20, 2024
1 parent c48568d commit 8139404
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 8139404

Please sign in to comment.