mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-04-23 22:27:17 -04:00
no log: fix swaggerui docs for status endpoint
This commit is contained in:
parent
7dbc3cb17c
commit
bdbfc51dc9
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ api_ns_system_status = Namespace('System Status', description='List environment
|
|||
@api_ns_system_status.route('system/status')
|
||||
class SystemStatus(Resource):
|
||||
@authenticate
|
||||
@api_ns_system_status.response(200, "Success")
|
||||
@api_ns_system_status.response(401, 'Not Authenticated')
|
||||
def get(self):
|
||||
"""Return environment information and versions"""
|
||||
package_version = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue