Can't update phone number with server URL
# support
m
I am having a problem with updating my phone with a server URL.
a
Heymartin Thank you for creating the ticket! A member of our team will reach out to you shortly.
c
Helping out with this @Shubham Bajaj and running into the same problem as my account.
3d3d96e4-b878-4c48-88d0-c0d39efe26dd is the CalliD The PhoneiD is 2cd34ab6-fc21-4ef9-8446-160541722b11
@Sahil if you could help on this one would be great as well. i don't get the changes that were made.
v
You can continue this conversation by mentioning me in the message.
@Martin ツ I'm here to help you with updating your phone with a server URL. Could you please provide me with the phone number you're trying to update and confirm if you have the new server URL ready?
Got it. Tagging @User for additional help.
s
request-logs
🔴 01:31:21:532 PATCH /phone-number/2cd34ab6-fc21-4ef9-8446-160541722b11, BadRequestException 400 () Response: { "message": ["property provider should not exist"], "error": "Bad Request", "statusCode": 400 } Request: { "headers": { ... }, "body": { "provider": "twilio", "server": { "url": "https://n8n.otakusolutions.io/webhook-test/bb9ad0de-9d81-4c4e-93c0-a567baf9d2e4" } }, } @Chowderr @Martin ツ As you can see in the logs you guys are passing property provider as well, which is not required because of these API calls are failling. Try making another call without the provider 'twilio' and then it will work.
payload_example
Copy code
{
    "server": {
      "url": "https://n8n.otakusolutions.io/webhook-test/bb9ad0de-9d81-4c4e-93c0-a567baf9d2e4"
    }
@Chowderr @Martin ツ Give it a try without including provider property in your Request and then let me know how it goes!! https://cdn.discordapp.com/attachments/1334336219584135168/1334458875943977001/Screenshot_2025-01-30_at_3.10.49_PM.png?ex=679c9b2d&is=679b49ad&hm=b72f1fb712f9ce925987ddf407fd5c1dd92d163527dcbba8350a411c02334c98&
@Martin ツ @Chowderr Because of no response closing this ticket.
c
Solved!
6 Views