feat: status checker to prompt users to reload their frontend when app version changes

This commit is contained in:
sct
2020-12-27 10:05:54 +00:00
parent 1438b08cf0
commit 75a426437a
7 changed files with 103 additions and 11 deletions

View File

@@ -1102,6 +1102,26 @@ components:
name: X-Api-Key
paths:
/status:
get:
summary: Return Overseerr version
description: Returns the current Overseerr version in JSON format
security: []
tags:
- public
responses:
'200':
description: Returned version
content:
application/json:
schema:
type: object
properties:
version:
type: string
example: 1.0.0
commitTag:
type: string
/settings/main:
get:
summary: Returns main settings