Updates the feed settings for a playlist
curl --request PUT \
--url https://api.beyondwords.io/v1/projects/{project_id}/playlists/{playlist_id}/settings \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"title": "Podcast title",
"enabled": true,
"description": "This podcast is about...",
"homepage_url": "https://example.com/my-podcast",
"image_url": "https://example.com/image.jpeg",
"apple_categories": {
"primary_category": "Arts",
"primary_subcategory": "Books",
"secondary_category": "Comedy",
"secondary_subcategory": "Improv"
},
"google_categories": [
"Arts",
"Society & Culture",
"Comedy"
],
"language": "en",
"owner_name": "John Smith",
"owner_email": "john@example.com",
"author_names": [
"John Smith",
"Jane Doe"
],
"explicit_enabled": false,
"keywords": [
"Improv Comedy"
],
"feed_limit": 50
}'
{
"title": "Podcast title",
"enabled": true,
"description": "This podcast is about...",
"homepage_url": "https://example.com/my-podcast",
"image_url": "https://example.com/image.jpeg",
"apple_categories": {
"primary_category": "Arts",
"primary_subcategory": "Books",
"secondary_category": "Comedy",
"secondary_subcategory": "Improv"
},
"google_categories": [
"Arts",
"Society & Culture",
"Comedy"
],
"language": "en",
"owner_name": "John Smith",
"owner_email": "john@example.com",
"author_names": [
"John Smith",
"Jane Doe"
],
"explicit_enabled": false,
"keywords": [
"Improv Comedy"
],
"feed_limit": 50
}
The numeric ID of your project
The numeric ID of your playlist
successful
The response is of type object
.
curl --request PUT \
--url https://api.beyondwords.io/v1/projects/{project_id}/playlists/{playlist_id}/settings \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"title": "Podcast title",
"enabled": true,
"description": "This podcast is about...",
"homepage_url": "https://example.com/my-podcast",
"image_url": "https://example.com/image.jpeg",
"apple_categories": {
"primary_category": "Arts",
"primary_subcategory": "Books",
"secondary_category": "Comedy",
"secondary_subcategory": "Improv"
},
"google_categories": [
"Arts",
"Society & Culture",
"Comedy"
],
"language": "en",
"owner_name": "John Smith",
"owner_email": "john@example.com",
"author_names": [
"John Smith",
"Jane Doe"
],
"explicit_enabled": false,
"keywords": [
"Improv Comedy"
],
"feed_limit": 50
}'
{
"title": "Podcast title",
"enabled": true,
"description": "This podcast is about...",
"homepage_url": "https://example.com/my-podcast",
"image_url": "https://example.com/image.jpeg",
"apple_categories": {
"primary_category": "Arts",
"primary_subcategory": "Books",
"secondary_category": "Comedy",
"secondary_subcategory": "Improv"
},
"google_categories": [
"Arts",
"Society & Culture",
"Comedy"
],
"language": "en",
"owner_name": "John Smith",
"owner_email": "john@example.com",
"author_names": [
"John Smith",
"Jane Doe"
],
"explicit_enabled": false,
"keywords": [
"Improv Comedy"
],
"feed_limit": 50
}