action jellyfin_get_bitrate_test_bytes { label: "Tests the network with a request with the size of the bitrate." provider: jellyfin method: GET path: "/Playback/BitrateTest" encoding: json input: { type: "object" properties: { size: { type: "integer" format: "int32" description: "The bitrate. Defaults to 102400." } } additionalProperties: false } output: { type: "object" additionalProperties: true } }