Appearance
POST/api/v1/platform/tenants/{tenantId}/media/upload-url
Parameters 1
| Name | Type | Description |
|---|---|---|
tenantIdrequired | path · integer |
ReturnsResponseUploadUrlResponse
AcceptsCreateUploadUrlRequest
Response examples
200OK
{
"statusCode": 0,
"statusMessage": "string",
"data": {
"assetId": 0,
"uploadUrl": "string",
"expiresAt": "2024-01-15T09:30:00Z",
"headers": {}
},
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}