Request
Body Params  application/json
{
    "schema_name": "string",
    "description": "string",
    "source_labels": [
        "string"
    ],
    "result_labels": [
        "string"
    ],
    "team_id": 0
}
Request Code Samples
curl --location --request POST 'http://prod-cn.your-api-server.com/enrichment/mapping/schema/create' \
--header 'Content-Type: application/json' \
--data-raw '{
    "schema_name": "string",
    "description": "string",
    "source_labels": [
        "string"
    ],
    "result_labels": [
        "string"
    ],
    "team_id": 0
}'
Responses
application/json {
    "error": {
        "code": "InvalidParameter",
        "message": "string"
    },
    "data": {
        "schema_id": "string",
        "schema_name": "string"
    }
}
Modified at 2025-01-22 10:14:38