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 Jan 16, 2025
1 parent c1f3d72 commit d973ce8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8220,7 +8220,7 @@
"Purge": {
"properties": {
"finished_before": {
"default": "2024-12-15",
"default": "2024-12-16",
"description": "Purge tasks completed earlier than this timestamp. Format '%Y-%m-%d[T%H:%M:%S]'",
"format": "date-time",
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1624,6 +1624,10 @@
"gpgkey": {
"type": "string"
},
"id": {
"description": "An ID referring to a repository defined in content sources can be used instead of\n'baseurl', 'mirrorlist' or 'metalink'.\n",
"type": "string"
},
"ignore_ssl": {
"type": "boolean"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
},
"lastTriggered": {
"format": "int64",
"readOnly": true,
"type": "integer"
},
"mtime": {
Expand Down Expand Up @@ -171,13 +172,6 @@
},
"type": "object"
}
},
"securitySchemes": {
"SecurityScheme": {
"description": "Authentication",
"scheme": "basic",
"type": "http"
}
}
},
"info": {
Expand Down

0 comments on commit d973ce8

Please sign in to comment.