v1

latestOpenAPI 3.1.02026-07-221206394.4 KB
Enrichments

Create an enrichment

Records an enriched property value on a resource.

post/v1/enrichments

Request body

resourceTypestring required
resourceIdstring required
propertystring required
{"stackTrail":"components:schemas:EnrichmentCreate:properties:value","oasType":"schema","type":"unknown","description":"The value to store."}
providerstring
sourcestring required
sourceIdstring required
confidencenumber
rationalestring

Example request

{
  "resourceType": "company",
  "property": "description"
}

Response

Records an enriched property value on a resource.