Generated docs

This commit is contained in:
marcdeb1 2018-11-08 13:56:28 +01:00 committed by Mark Beamer Jr
parent fa1938b104
commit 854875d0d7
No known key found for this signature in database
GPG key ID: 1C314FB89AD76973
2 changed files with 161 additions and 134 deletions

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": {