mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 04:20:52 +00:00
refactor: modified the resource statistics wording and arrangement
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
- Statistics
|
- Statistics
|
||||||
summary: Get Media Statistics Resources
|
summary: Get Resources Statistics
|
||||||
description: This will return the resources for the server
|
description: This will return the resources for the server
|
||||||
operationId: getStatisticsResources
|
operationId: getResourcesStatistics
|
||||||
parameters:
|
parameters:
|
||||||
- name: Timespan
|
- name: Timespan
|
||||||
description: |
|
description: |
|
||||||
@@ -16,7 +16,7 @@ get:
|
|||||||
example: 4
|
example: 4
|
||||||
responses:
|
responses:
|
||||||
"200":
|
"200":
|
||||||
description: Media Resource Statistics
|
description: Resource Statistics
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
Reference in New Issue
Block a user