---
title: "Update Google Business place action link"
method: PATCH
path: "/api/v1/misc/google-business/location/place-action-links"
tags: ["misc"]
---

# Update Google Business place action link

`PATCH /api/v1/misc/google-business/location/place-action-links`

Body requires `fields` (`uri`, `placeActionType`, `isPreferred`).

## Request body

- object
  - `teamId` string, required
  - `placeActionLink` object, required
    - `name` string
    - `uri` string, uri
    - `placeActionType` 'APPOINTMENT' | 'ONLINE_APPOINTMENT' | 'DINING_RESERVATION' | 'FOOD_ORDERING' | 'FOOD_DELIVERY' | 'FOOD_TAKEOUT' | 'SHOP_ONLINE'
    - `isPreferred` boolean
  - `name` string, required
  - `fields` string[], required

## Response `200`

200

- object
  - `name` string
  - `uri` string, uri
  - `placeActionType` 'APPOINTMENT' | 'ONLINE_APPOINTMENT' | 'DINING_RESERVATION' | 'FOOD_ORDERING' | 'FOOD_DELIVERY' | 'FOOD_TAKEOUT' | 'SHOP_ONLINE'
  - `isPreferred` boolean

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `429` — 429
- `500` — 500

---

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