---
title: "PATCH /v1/{+name}"
method: PATCH
path: "/v1/{+name}"
tags: ["locations"]
---

# PATCH /v1/{+name}

`PATCH /v1/{+name}`

Updates the specified place action link and returns it.

## Path parameters

- `name` string, required

## Query parameters

- `updateMask` string

## Request body

- PlaceActionLink — Represents a place action link and its attributes.
  - `updateTime` string, google-datetime — Output only. The time when the place action link was last modified.
  - `uri` string — Required. The link uri. The same uri can be reused for different action types across different locations. However, only one place action link is allowed for each unique combination of (uri, place action type, location).
  - `providerType` 'PROVIDER_TYPE_UNSPECIFIED' | 'MERCHANT' | 'AGGREGATOR_3P' — Output only. Specifies the provider type.
  - `createTime` string, google-datetime — Output only. The time when the place action link was created.
  - `name` string — Optional. The resource name, in the format `locations/{location_id}/placeActionLinks/{place_action_link_id}`. The name field will only be considered in UpdatePlaceActionLink and DeletePlaceActionLink requests for updating and deleting links respectively. However, it will be ignored in CreatePlaceActionLink request, where `place_action_link_id` will be assigned by the server on successful creation of a new link and returned as part of the response.
  - `isPreferred` boolean — Optional. Whether this link is preferred by the merchant. Only one link can be marked as preferred per place action type at a location. If a future request marks a different link as preferred for the same place action type, then the current preferred link (if any exists) will lose its preference.
  - `isEditable` boolean — Output only. Indicates whether this link can be edited by the client.
  - `placeActionType` 'PLACE_ACTION_TYPE_UNSPECIFIED' | 'APPOINTMENT' | 'ONLINE_APPOINTMENT' | 'DINING_RESERVATION' | 'FOOD_ORDERING' | 'FOOD_DELIVERY' | 'FOOD_TAKEOUT' | 'SHOP_ONLINE' | 'SOLOPRENEUR_APPOINTMENT' — Required. The type of place action that can be performed using this link.

## Response `200`

Successful response

---

[API](https://skmtc.net/google/apis/mybusinessplaceactions.md) · [All operations](https://skmtc.net/google/apis/mybusinessplaceactions/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/google/mybusinessplaceactions/versions/82733da990b8/schema)
