Updating PMS Spec

This commit is contained in:
lukehagar
2023-04-25 01:21:15 +00:00
parent 36810e00e1
commit 28f389ea91

View File

@@ -270,6 +270,36 @@ paths:
status:
type: number
example: 401
'/:/scrobble':
get:
tags:
- Media
summary: Mark Media Played
description: This will mark the provided media key as Played.
operationId: markPlayed
parameters:
- name: key
description: The media key to mark as played
in: query
schema:
type: string
example: 59398
required: true
'/:/unscrobble':
get:
tags:
- Media
summary: Mark Media Unplayed
description: This will mark the provided media key as Unplayed.
operationId: markUnplayed
parameters:
- name: key
description: The media key to mark as Unplayed
in: query
schema:
type: string
example: 59398
required: true
/activities:
get:
tags: