Create a new series
Errors
Returns error if series creation fails, slug conflict, or database error
Request body
Example request
{
"category": "Technology",
"coverImageUrl": "https://example.com/cover.jpg",
"description": "A weekly podcast about technology and innovation",
"slug": "my-awesome-podcast",
"title": "My Awesome Podcast"
}Response
Series created successfully
Example response
{
"category": "Technology",
"coverImageUrl": "https://example.com/cover.jpg",
"createdAt": "2023-01-01T00:00:00Z",
"description": "A weekly podcast about technology and innovation",
"id": "e5f6a7b8-9012-3456-ef01-345678901234",
"length": 42,
"slug": "my-awesome-podcast",
"title": "My Awesome Podcast",
"updatedAt": "2023-01-01T12:00:00Z",
"userId": "f6a7b8c9-0123-4567-f012-456789012345"
}Changes
Changed in 5 of the 28 revisions of this API.434
- ○
added the optional property
lengthto the response with the201statusresponse-optional-property-added
- ○
- ▲
removed the required property
isMonetizedfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
isPublishedfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
pricingTierfrom the response with the201statusresponse-required-property-removed
- ●
removed the request property
isMonetizedrequest-property-removed
- ●
removed the request property
isPublishedrequest-property-removed
- ●
removed the request property
pricingTierrequest-property-removed
- ▲
- ○
the endpoint scheme security
bearerAuth AND cookieAuthwas added to the APIapi-security-added
- ○
the endpoint scheme security
cookieAuthwas removed from the APIapi-security-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 29 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲