Content filters #144

Merged
tiger5226 merged 2 commits from content_filters into master 2019-02-09 23:32:30 +01:00
2 changed files with 161 additions and 134 deletions
Showing only changes of commit ed948fda2e - Show all commits

File diff suppressed because one or more lines are too long

View file

@ -68,6 +68,30 @@
"schema": {
"type": "boolean"
}
},
{
"in": "query",
"name": "contentType",
"description": "Filter by MIME type.",
"schema": {
"type": "string"
}
},
{
"in": "query",
"name": "mediaType",
"description": "Filter by media type, can be audio, video, image, application, text or cad.",
"schema": {
"type": "string"
}
},
{
"in": "query",
"name": "claimType",
"description": "Return channels or files only, value can be 'channel' or 'file'.",
"schema": {
"type": "string"
}
}
],
"responses": {