mapping
Update mapping using guid
put/mapping/protocol/{guid}
Path parameters
guidstring required
guid of mapping
guid of mapping
Request body
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
Example response
{
"data": "4b855914-ca3d-4562-8563-f2b660fe2636",
"message": "successfully updated mapping settings"
}