hugopdvn
01/30/2025, 4:08 PMAtlas
01/30/2025, 4:08 PMVapi
01/30/2025, 4:11 PMserverUrl
field in your PATCH request payload is empty. To update the phone number successfully, you need to provide a valid URL in the serverUrl
field. The URL should start with https://
to meet the API's requirements.
Here's an example of how you can structure your payload with a valid `serverUrl`:
json
{
"serverUrl": "https://yourserverurl.com/path"
}
Make sure to replace https://yourserverurl.com/path
with the actual URL you intend to use for the serverUrl
. Once you have the correct URL, you can try the PATCH request again. If you need assistance with forming the correct cURL command or have any other questions, feel free to ask!Vapi
01/30/2025, 4:11 PMVapi
01/30/2025, 4:11 PMhugopdvn
01/30/2025, 4:11 PMhugopdvn
01/30/2025, 4:12 PMShubham Bajaj
02/01/2025, 4:46 PMShubham Bajaj
02/03/2025, 7:12 AMhugopdvn
02/06/2025, 4:58 PMhugopdvn
02/06/2025, 4:58 PM