diff --git a/plex-api-spec.yaml b/plex-api-spec.yaml index 89c4a704a..4558d10a3 100644 --- a/plex-api-spec.yaml +++ b/plex-api-spec.yaml @@ -50435,6 +50435,11 @@ paths: - $ref: "#/components/parameters/transcodeType" - $ref: "#/components/parameters/transcodeSessionId" - $ref: "#/components/parameters/advancedSubtitles" + - name: session + description: Playback session UUID used by music transcode clients. + in: query + schema: + type: string - name: platform description: Client platform (some clients send this in addition to headers). in: query @@ -50535,6 +50540,18 @@ paths: type: integer minimum: 0 example: 5000 + - name: maxAudioBitrate + description: Maximum audio bitrate for music transcodes, in kbps. + in: query + schema: + type: integer + minimum: 0 + - name: X-Plex-Client-Profile-Extra + description: Profile augmentations supplied as a query parameter by some music transcode clients. + in: query + schema: + type: string + x-speakeasy-name-override: clientProfileExtraQuery - name: offset description: Offset from the start of the media (in seconds). in: query