v1

latestSwagger 2.0AGPL2026-07-178792264.9 KB
hep

Update hepsub by guid

put/hepsub/protocol/{guid}

Path parameters

guidstring required

guid of hepsub item

guid of hepsub item

Request body

guidstring
hep_aliasstring
hepidinteger
mappingobject
profilestring
versioninteger

Example request

{
  "guid": "4b855914-ca3d-4562-8563-f2b660fe2636",
  "hep_alias": "SIP",
  "hepid": 1,
  "profile": "call",
  "version": 1603221345489
}

Response

HepsubUpdateSuccessResponse

datastring
messagestring

Example response

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