Rerun swagger and fix typo

This commit is contained in:
Christoph Kluge
2022-11-30 12:40:07 +01:00
parent fd16a1b637
commit a39fc73345
4 changed files with 8 additions and 8 deletions

View File

@@ -268,7 +268,7 @@ const docTemplate = `{
"ApiKeyAuth": []
}
],
"description": "Job to stop is specified by database ID. This will not remove the job from the job archive.",
"description": "Remove all jobs with start time before timestamp. The jobs will not be removed from the job archive.",
"produces": [
"application/json"
],
@@ -1069,7 +1069,7 @@ const docTemplate = `{
}
},
"schema.Tag": {
"description": "Defines B tag using name and type.",
"description": "Defines a tag using name and type.",
"type": "object",
"properties": {
"id": {