Using the below method, details of an existing extension can be updated.

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

Path Parameters

Variable NameDescriptionData Type
idUnique ID of the agentString
Language
Click Try It! to start a request and see the response here!