Skip to content

Commit d973ce8

Browse files
web-flowgithub-actions[bot]
authored andcommitted
Syncing API
1 parent c1f3d72 commit d973ce8

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

packages/common/config/apis/hcc-insights/automation-hub/content.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8220,7 +8220,7 @@
82208220
"Purge": {
82218221
"properties": {
82228222
"finished_before": {
8223-
"default": "2024-12-15",
8223+
"default": "2024-12-16",
82248224
"description": "Purge tasks completed earlier than this timestamp. Format '%Y-%m-%d[T%H:%M:%S]'",
82258225
"format": "date-time",
82268226
"type": "string"

packages/common/config/apis/hcc-insights/image-builder/content.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1624,6 +1624,10 @@
16241624
"gpgkey": {
16251625
"type": "string"
16261626
},
1627+
"id": {
1628+
"description": "An ID referring to a repository defined in content sources can be used instead of\n'baseurl', 'mirrorlist' or 'metalink'.\n",
1629+
"type": "string"
1630+
},
16271631
"ignore_ssl": {
16281632
"type": "boolean"
16291633
},

packages/common/config/apis/hcc-insights/policies/content.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
134134
},
135135
"lastTriggered": {
136136
"format": "int64",
137+
"readOnly": true,
137138
"type": "integer"
138139
},
139140
"mtime": {
@@ -171,13 +172,6 @@
171172
},
172173
"type": "object"
173174
}
174-
},
175-
"securitySchemes": {
176-
"SecurityScheme": {
177-
"description": "Authentication",
178-
"scheme": "basic",
179-
"type": "http"
180-
}
181175
}
182176
},
183177
"info": {

0 commit comments

Comments
 (0)