---
title: "Update action link"
method: PATCH
path: "/v1/accounts/{accountId}/gmb-place-actions"
tags: ["GMB Place Actions"]
---

# Update action link

`PATCH /v1/accounts/{accountId}/gmb-place-actions`

Updates a place action link (change URL or action type).
Only the fields included in the request body will be updated.

## Path parameters

- `accountId` string, required

## Query parameters

- `locationId` string

## Request body

- object
  - `name` string, required — Resource name of the place action link (e.g. locations/123/placeActionLinks/456)
  - `uri` string, uri — New action URL. At least one of uri or placeActionType is required (enforced server-side; not modeled as anyOf because required-only anyOf branches break SDK generators).
  - `placeActionType` 'APPOINTMENT' | 'ONLINE_APPOINTMENT' | 'DINING_RESERVATION' | 'FOOD_ORDERING' | 'FOOD_DELIVERY' | 'FOOD_TAKEOUT' | 'SHOP_ONLINE' — New action type

## Response `200`

Place action updated successfully

- object
  - `success` boolean
  - `name` string
  - `uri` string
  - `placeActionType` string

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

---

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