|
|
@ -1793,14 +1793,14 @@ components:
|
|
|
|
paths:
|
|
|
|
paths:
|
|
|
|
/status:
|
|
|
|
/status:
|
|
|
|
get:
|
|
|
|
get:
|
|
|
|
summary: Get Overseerr version
|
|
|
|
summary: Get Overseerr status
|
|
|
|
description: Returns the current Overseerr version in a JSON object.
|
|
|
|
description: Returns the current Overseerr status in a JSON object.
|
|
|
|
security: []
|
|
|
|
security: []
|
|
|
|
tags:
|
|
|
|
tags:
|
|
|
|
- public
|
|
|
|
- public
|
|
|
|
responses:
|
|
|
|
responses:
|
|
|
|
'200':
|
|
|
|
'200':
|
|
|
|
description: Returned version
|
|
|
|
description: Returned status
|
|
|
|
content:
|
|
|
|
content:
|
|
|
|
application/json:
|
|
|
|
application/json:
|
|
|
|
schema:
|
|
|
|
schema:
|
|
|
@ -1811,6 +1811,12 @@ paths:
|
|
|
|
example: 1.0.0
|
|
|
|
example: 1.0.0
|
|
|
|
commitTag:
|
|
|
|
commitTag:
|
|
|
|
type: string
|
|
|
|
type: string
|
|
|
|
|
|
|
|
updateAvailable:
|
|
|
|
|
|
|
|
type: boolean
|
|
|
|
|
|
|
|
commitsBehind:
|
|
|
|
|
|
|
|
type: number
|
|
|
|
|
|
|
|
restartRequired:
|
|
|
|
|
|
|
|
type: boolean
|
|
|
|
/status/appdata:
|
|
|
|
/status/appdata:
|
|
|
|
get:
|
|
|
|
get:
|
|
|
|
summary: Get application data volume status
|
|
|
|
summary: Get application data volume status
|
|
|
|