diff --git a/api_docs/playlists.md b/api_docs/playlists.md index bb59d07e..ab99181b 100644 --- a/api_docs/playlists.md +++ b/api_docs/playlists.md @@ -226,6 +226,20 @@ video_id[] | A comma separated list of video IDs to remove from the playlist | "url": "http://image.dev.zype.com/5468fd6569702d17ee500000/playlist/5628f9354d656c46285b0000/custom_thumbnail/1080.png?1461254280", "width": 1920 } + ], + "content_rules": [ + { + "created_at": "2018-05-10T07:36:56.128-04:00", + "geographies": [ + { + "countries": [ + "CA" + ] + } + ], + "policy": "deny", + "priority": 1 + } ] } } diff --git a/api_docs/videos.md b/api_docs/videos.md index 8bf7dada..f02836a4 100644 --- a/api_docs/videos.md +++ b/api_docs/videos.md @@ -355,6 +355,41 @@ subscription_ads_enabled | Flag whether ads should be played when a subscription "url": "https://i.ytimg.com/vi/PlFckE98xN4/hqdefault.jpg", "width": 480 } + ], + "content_rules": [ + { + "_id": "5aec790ea07e9b0010000012", + "created_at": "2015-05-04T11:15:26.723-05:00", + "geographies": [ + { + "_id": "5aec790ea07e9b0010000013", + "countries": [ + "*", + "MX" + ] + } + ], + "policy": "allow", + "priority": 1, + "updated_at": "2015-05-10T15:42:17.741-05:00" + }, + { + "_id": "5aec6893a07e9b001000000a", + "created_at": "2015-05-04T10:05:07.347-05:00", + "geographies": [ + { + "_id": "5aec6893a07e9b001000000b", + "countries": [ + "US", + "GB", + "AR" + ] + } + ], + "policy": "deny", + "priority": 2, + "updated_at": "2015-05-10T15:42:17.741-05:00" + } ] } ```