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 |
대상 주소로 전송되는 임의 문자열로, 각 알림이 이 채널을 통해 전달됩니다. 선택사항입니다. |
|
응답
요청에 성공한 경우 이 메소드는 빈 응답 본문을 반환합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-21(UTC)
[null,null,["최종 업데이트: 2024-08-21(UTC)"],[[["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."]]],[]]