Skip to content

Publish an episode

POST
/episodes/{episodeId}/publish

Parameters

Path Parameters

episodeId
required
integer format: int64

The id of the episode to publish

Request Body required

Publish parameters

object
publication_method
required

Method of publication

string
Allowed values: now schedule with_podcast
scheduled_publication_date

Scheduled date and time for publication

string format: date-time
client_timezone

Timezone of the client

string

Responses

200

Successful operation

object
id
required
integer format: int64
title
required
string
slug
required
string
podcast_id
required
integer format: int64
description_markdown
string
description_html
string
audio_url
string format: uri
cover_url
string format: uri
duration
integer format: int32
published_at
string format: date-time
created_by
required
integer format: int64
updated_by
required
integer format: int64

default

Unexpected error

object
status
integer format: int32
error
integer format: int32
messages
object
error
string