v1

latestSwagger 2.0AGPL2026-07-178792264.9 KB
mapping

Update mapping using guid

put/mapping/protocol/{guid}

Path parameters

guidstring required

guid of mapping

guid of mapping

Request body

correlation_mappingobject
create_indexobject
create_tablestring
fields_mappingobject
fields_settingsobject
guidstring
hep_aliasstring
hepidinteger
partidinteger
partition_stepinteger
profilestring
retentioninteger
schema_mappingobject
schema_settingsobject
versioninteger

Example request

{
  "create_table": "CREATE TABLE test(id integer, data text);",
  "guid": "a006a250-c261-4052-b1c2-6cb85ed580c2",
  "hep_alias": "SIP",
  "hepid": 1,
  "partid": 10,
  "partition_step": 10,
  "profile": "call",
  "retention": 10,
  "version": 1
}

Response

MappingUpdateSuccessResponse

datastring
messagestring

Example response

{
  "data": "4b855914-ca3d-4562-8563-f2b660fe2636",
  "message": "successfully updated mapping settings"
}