19037: When updating a location at least one field should be updated
API
ERROR
This error occurs when your location update request does not include any location data for Twilio to change. Send at least one valid location field in the request body before you retry.
- The update request did not include any location updates.
- The request body was reduced to an empty update, so Twilio received no changes to apply.
- The values you intended to update were omitted from the final payload.
- Include at least one location field in the update request before you retry.
- Verify that the final request body contains the location value you want to change and is not empty.
- If you update
type, use onlywork,home, orother. - If you update a country code, use a valid ISO 3166-1 alpha-2 value.
- Review the request body for invalid length or invalid data type issues before you send the update again.