Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions api_docs/playlists.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}
}
Expand Down
35 changes: 35 additions & 0 deletions api_docs/videos.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
```
Expand Down