diff options
Diffstat (limited to 'routers/api/v1/swagger/options.go')
-rw-r--r-- | routers/api/v1/swagger/options.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/routers/api/v1/swagger/options.go b/routers/api/v1/swagger/options.go index 80e4bf422a..74a475e275 100644 --- a/routers/api/v1/swagger/options.go +++ b/routers/api/v1/swagger/options.go @@ -119,5 +119,8 @@ type swaggerParameterBodies struct { DeleteFileOptions api.DeleteFileOptions // in:body + CommitDateOptions api.CommitDateOptions + + // in:body RepoTopicOptions api.RepoTopicOptions } |