SubspaceProductAPI.Api.SipTeleportService.sip_teleport_service_update

You're seeing just the function sip_teleport_service_update, go back to SubspaceProductAPI.Api.SipTeleportService module for more information.
Link to this function

sip_teleport_service_update(connection, id, v1_update_sip_teleport, opts \\ [])

Specs

sip_teleport_service_update(
  Tesla.Env.client(),
  String.t(),
  SubspaceProductAPI.Model.V1UpdateSipTeleport.t(),
  keyword()
) ::
  {:ok, SubspaceProductAPI.Model.V1SipTeleportResponse.t()}
  | {:ok, Map.t()}
  | {:error, Tesla.Env.t()}

Parameters

  • connection (SubspaceProductAPI.Connection): Connection to server
  • id (String.t):
  • v1_update_sip_teleport (V1UpdateSipTeleport): Parameters to update an existing SIPTeleport, minimum requirement of one of them defined to update
  • opts (KeywordList): [optional] Optional parameters

    Returns

on success {:error, Tesla.Env.t} on failure