v4

latestOpenAPI 3.1.02026-08-08278476614.0 KB
enrichment

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

enrichment_idstring uuid required
layer_idstring uuid required

Example request

{
  "enrichment_id": "00000000-0000-0000-0000-000000000001",
  "layer_id": "00000000-0000-0000-0000-000000000000"
}

Response

Successful Response

messagestring required