v3
OpenAPI 3.1.02026-08-06274467602.9 KBenrichment
Add Enrichment To Layer
Add an enrichment to a layer. Requires ownership of the project containing the layer.
Args: request: The request object containing enrichment_id and layer_id (pre-validated) enrichment_service: Service for handling enrichment operations
Returns: message with success status
post/api/v1/enrichment/add_to_layer
Request body
Example request
{
"enrichment_id": "00000000-0000-0000-0000-000000000001",
"layer_id": "00000000-0000-0000-0000-000000000000"
}Response
Successful Response