지난 30일 이내에 삭제하도록 표시된 알림을 복원 또는 '삭제 취소'합니다. 삭제 표시된 지 30일이 지난 알림 (알림 센터 데이터베이스에서 삭제됨) 또는 존재하지 않는 알림을 삭제 취소하려고 하면 NOT_FOUND 오류가 반환됩니다. 삭제로 표시되지 않은 경보의 삭제 취소를 시도해도 효과가 없습니다.
HTTP 요청
POST https://alertcenter.googleapis.com/v1beta1/alerts/{alertId}:undelete
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-10-11(UTC)"],[[["Restores an alert that was marked for deletion within the past 30 days using the alert's unique identifier."],["Requires a POST request to the specific endpoint `https://alertcenter.googleapis.com/v1beta1/alerts/{alertId}:undelete`."],["An optional `customerId` can be included in the request body but is inferred if not provided."],["Successful responses return the restored alert's details."],["Requires the `https://www.googleapis.com/auth/apps.alerts` OAuth scope for authorization."]]],[]]