POST
/
recording
/
stop
{
  "episode_folder_path": "<string>"
}

Body

application/json

Request to stop the recording of the episode.

save
boolean
default:
true

Whether to save the episode to disk. Defaults to True.

Response

200
application/json
Successful Response

Response when the recording is stopped. The episode is saved in the given path.

episode_folder_path
string | null
required

Path to the folder where is be saved the episode.