Create a partial asset

POST/api/portfolio/assets/partial

Request body

Body shape: Portfolio_AddPartialAssetRequest (required)

Responses

200
{}
422Validation error.Error
curl -X POST https://your-url.com/kong/core/api/gateway/api/portfolio/assets/partial\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"\
  -d '{
  "name": "name",
  "id": "id",
  "source": "source"
}'