Using the below method, details of an already created ring group can be updated.

curl --request PUT \
  --url https://api.acefone.co.uk/v1/ring_group/id \
  --header 'accept: application/json' \
  --header 'authorization: Authorization' \
  --header 'content-type: application/json'

Path Parameter

Variable NameDescriptionData Type
idUnique ID of the ring groupString

Body Parameters

Variable NameDescriptionData Type
nameName of the ring groupString
descriptionDescription for ring groupString
ring_strategyStrategy followed by handling calls for ring groupFloat
prefixCaller ID prefix associated with ring groupFloat
skip_agentShould skip busy extensions in ring groupFloat
timeout_destination_typeType of destination where call should be routed (when on one in the ring group answers the call)String
timeout_destination_idUnique ID of destination where call should be routed (when on one in the ring group answers the call)Float
membersRing group members/destination associated with ring groupObject
typeSupported destinations type (extensions, specific numbers, IP addresses)String
numberCalls can be routed to a specific number for example 18XXXXXXXXFloat
timeoutTime in seconds for which call should ringFloat
ipIP address (should be valid sip proxy IP)String
enable_sticky_agenFloat
sticky_time_daysFloat
sticky_time_hoursFloat

Response

Variable NameDescriptionData Type
successRequest success statusBoolean
messageMessage corresponding success statusString
Language
Click Try It! to start a request and see the response here!