---
title: "Update a Google Tag Manager container"
method: PATCH
path: "/v3/gtm/{id}"
tags: ["Analytics Setup"]
---

# Update a Google Tag Manager container

`PATCH /v3/gtm/{id}`

Requires the `gtm:update` scope.

## Request body

- GtmContainerRequest
  - `name` string
  - `container_id` string — Provider GTM container ID.

## Response `200`

Google Tag Manager container

- GtmContainer
  - `name` string, required
  - `container_id` string, required — Provider GTM container ID.
  - `id` integer, required — Scalev record ID to use in landing page display configuration.
  - `display` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/scalev/apis/nexus-commerce-api.md) · [All operations](https://skmtc.net/scalev/apis/nexus-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalev/nexus-commerce-api/versions/730030bd6477/schema)
