mirror of
https://github.com/LukeHagar/plex-api-spec.git
synced 2025-12-10 04:20:52 +00:00
22 lines
518 B
YAML
22 lines
518 B
YAML
delete:
|
|
tags:
|
|
- Sessions
|
|
summary: Stop a Transcode Session
|
|
operationId: stopTranscodeSession
|
|
description: Stop a Transcode Session
|
|
parameters:
|
|
- name: sessionKey
|
|
description: the Key of the transcode session to stop
|
|
in: path
|
|
schema:
|
|
type: string
|
|
example: zz7llzqlx8w9vnrsbnwhbmep
|
|
required: true
|
|
responses:
|
|
"204":
|
|
description: The Transcode Session ended
|
|
"400":
|
|
$ref: "../responses/400.yaml"
|
|
"401":
|
|
$ref: "../responses/401.yaml"
|