Folders: update

更新 GTM 文件夹。立即试用

请求

HTTP 请求

PUT https://www.googleapis.com/tagmanager/v2/path

参数

参数名称 说明
路径参数
path string GTM 文件夹的 API 相对路径。示例:accounts/{account_id}/containers/{container_id}/workspaces/{workspace_id}/folders/{folder_id}
可选的查询参数
fingerprint string 此指纹(如果提供)必须与所存储文件夹的指纹匹配。

授权

此请求需要获得以下范围的授权:

范围
https://www.googleapis.com/auth/tagmanager.edit.containers

如需了解详情,请参阅身份验证和授权页面。

请求正文

在请求正文中,提供具有以下属性的 Folders 资源

属性名称 说明 备注
必需属性
name string 文件夹的显示名称。 可写
可选属性
notes string 有关如何在容器中应用此文件夹的用户注释。 可写

响应

如果成功,此方法将在响应正文中返回 Folders 资源

试试看!

请使用下面的 API Explorer 对实时数据调用此方法并查看响应。