mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-06-27 17:09:34 -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')
|
@api_ns_system_status.route('system/status')
|
||||||
class SystemStatus(Resource):
|
class SystemStatus(Resource):
|
||||||
@authenticate
|
@authenticate
|
||||||
|
@api_ns_system_status.response(200, "Success")
|
||||||
|
@api_ns_system_status.response(401, 'Not Authenticated')
|
||||||
def get(self):
|
def get(self):
|
||||||
"""Return environment information and versions"""
|
"""Return environment information and versions"""
|
||||||
package_version = ''
|
package_version = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue