Channels: stop
停止通过此频道观看资源。
请求
HTTP 请求
POST https://www.googleapis.com/calendar/v3/channels/stop
请求正文
在请求正文中,请按以下结构提供数据:
{
"id": string,
"resourceId": string
}
属性名称 |
值 |
说明 |
备注 |
id |
string |
用于标识此频道的 UUID 或类似的唯一字符串。 |
|
resourceId |
string |
不透明 ID,用于标识此频道中正在监控的资源。在不同的 API 版本中保持稳定。 |
|
token |
string |
传送到目标地址的任意字符串,每条通知通过此渠道传送。可选。 |
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-21。
[null,null,["最后更新时间 (UTC):2024-08-21。"],[[["The `stop` endpoint is used to halt resource monitoring via a specific channel."],["Requests to this endpoint must include the channel's unique identifier (`id`) and the resource's identifier (`resourceId`) in the body."],["An optional `token` can be provided to be delivered with each notification for this channel."],["A successful request results in an empty response body, indicating the channel is no longer active."]]],[]]