AlphaAlpha Docs

Upload a concept model override

Uploads a file to override a concept model for a specific project and tree. Replaces any existing override.

POST
/projects/{projectId}/concept-model-overrides/{treeId}/{conceptModelName}
AuthorizationBearer <token>

In: header

Path Parameters

projectId*string
treeId*string
conceptModelName*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/projects/string/concept-model-overrides/string/string" \  -F file="string"
{
  "assets": [
    {
      "blobId": "string",
      "created": "2019-08-24T14:15:22Z",
      "extension": "string",
      "fileSize": 0,
      "name": "string",
      "type": "IMAGE"
    }
  ],
  "conceptModelName": "string",
  "id": "string",
  "projectId": "string",
  "tenantId": "string",
  "treeId": "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"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}