mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-07 04:20:43 +00:00
Apply automatic changes
This commit is contained in:
committed by
github-actions[bot]
parent
7da69e035d
commit
18e01ab56f
@@ -270,6 +270,36 @@ paths:
|
|||||||
status:
|
status:
|
||||||
type: number
|
type: number
|
||||||
example: 401
|
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:
|
/activities:
|
||||||
get:
|
get:
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Reference in New Issue
Block a user