---
title: "Update Several Locations"
method: PATCH
path: "/locations"
tags: ["Locations Data"]
---

# Update Several Locations

`PATCH /locations`

Make changes to a list of locations. Any blank parameter deletes an old value, any unspecified parameter does nothing
            
Caution! Changing the Location Name, Country, Street, ZIP, City, Province, Phone Number, or Primary Business Category
            may cause your listings to become unverified on Google, which could temporarily impact your visibility.

## Response `200`

Locations successfully updated

- object
  - `status` 'SUCCESS' | 'PENDING' | 'QUOTA_LIMIT_EXCEED' | 'NOT_AUTHORIZED' | 'FORBIDDEN' | 'BAD_ACCESS_TOKEN' | 'BAD_PRIVATE_KEY' | 'BAD_PUBLIC_KEY' | 'MISSING_PARAMETER' | 'INVALID_PARAMETER' | 'WRONG_PARAMETER_TYPE' | 'CONFLICT' | 'RESOURCE_LOCKED' | 'SERVER_ERROR' | 'ERROR' | 'NOT_FOUND' | 'BAD_REQUEST' | 'USER_ERROR' | 'PARTIAL_ERROR' | 'SERVICE_TEMPORARILY_UNAVAILABLE', required
  - `message` string — (optional) Holds further information about the response
  - `warnings` string[] — (optional) Holds further warnings
  - `response` object, required — The actual response object of the response
    - `updatedCount` integer — Total count of updated items
    - `failedCount` integer — Total count of failed items
    - `missingIdCount` integer — Total count of missing IDs
    - `updatedIds` integer[]
    - `failed` string[]
    - `warnings` string[]

## Other responses

- `400` — Bad Request - The request was invalid or cannot be otherwise served
- `401` — Unauthorized - Authentication credentials are missing or invalid
- `403` — Forbidden - The request is understood, but has been refused or access is not allowed
- `404` — Not Found - The requested resource could not be found
- `409` — Conflict - The request conflicts with current state of the server

---

[API](https://skmtc.net/uberall/apis/uberall-api.md) · [All operations](https://skmtc.net/uberall/apis/uberall-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uberall/uberall-api/revisions/ddc577c548ee/schema)
