Upload content for a tenant
POST {{baseUrl}}/v2/tenant/:tenantId/content?avs-scan=true
Upload content for a tenant
Body
PARAM
Key | Datatype | Required | Description |
avs-scan
|
boolean | Flag indicating whether or not to perform a virus scan. Reserved for trusted clients, set false to skip avs (default is true) |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string |
RESPONSES
status Created
{
"title": "veniam culpa Excepteur",
"entries": [
{
"objectId": "esse",
"mimeType": "dolor officia in",
"fileName": "consectetur eu in laborum",
"size": -99072105,
"createDate": "1998-01-02T12:07:24.797Z",
"lastUpdated": "1950-08-07T08:27:58.946Z",
"providerId": "minim et aliquip",
"tenantId": "aute in",
"subscriptionId": "nostrud ullamco",
"blobId": "Lorem mollit Duis laborum",
"id": "ullamco quis commodo laborum",
"properties": {},
"renditions": [
{
"mimeType": "Duis laboris",
"fileName": "irure proident culpa dolor",
"size": -3316472,
"createDate": "1998-08-23T05:24:57.425Z"
},
{
"mimeType": "ipsum",
"fileName": "ut do ad",
"size": -40074424,
"createDate": "2004-04-09T14:55:53.541Z"
}
]
},
{
"objectId": "amet consectetur",
"mimeType": "nulla dolor enim elit",
"fileName": "proident laboris in",
"size": 62896215,
"createDate": "2003-02-10T05:19:03.538Z",
"lastUpdated": "1967-09-27T06:43:36.159Z",
"providerId": "adipisicing aute Ut dolore",
"tenantId": "officia",
"subscriptionId": "ea voluptate aliquip",
"blobId": "q",
"id": "Ut est laborum officia elit",
"properties": {},
"renditions": [
{
"mimeType": "aliquip Excepteur",
"fileName": "laboris",
"size": 31410882,
"createDate": "1959-03-23T18:34:49.540Z"
},
{
"mimeType": "ex quis minim",
"fileName": "ex in nostrud",
"size": 14005049,
"createDate": "1996-07-12T10:34:29.063Z"
}
]
}
],
"_links": {
"self": {
"href": "mollit aute esse deserunt"
},
"download": {
"href": "laboris non do anim"
}
}
} |
ENDPOINTS