AlphaAlpha Docs
API ReferenceTypeproductcoverage

Upload a file for a specific product coverage

Uploads a file associated with the product coverage identified by type ID and product name

POST
/type-product-coverages/upload/{typeId}/{productName}
AuthorizationBearer <token>

In: header

Path Parameters

typeId*string
productName*string

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "http://localhost:18080/api/v1/type-product-coverages/upload/string/string" \  -F file="string"
true
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}