diff --git a/src/Appwrite/Utopia/Request/Filters/V16.php b/src/Appwrite/Utopia/Request/Filters/V16.php index f8c97681b2..a0e816b3a8 100644 --- a/src/Appwrite/Utopia/Request/Filters/V16.php +++ b/src/Appwrite/Utopia/Request/Filters/V16.php @@ -23,24 +23,13 @@ class V16 extends Filter unset($content['data']); break; case 'projects.createDomain': - // TODO: How to handle this? - // This endpoint was deleted - break; case 'projects.listDomains': - // TODO: How to handle this? - // This endpoint was deleted - break; case 'projects.getDomain': - // TODO: How to handle this? - // This endpoint was deleted - break; case 'projects.updateDomainVerification': - // TODO: How to handle this? - // This endpoint was deleted - break; case 'projects.deleteDomain': - // TODO: How to handle this? - // This endpoint was deleted + // These endpoints were deleted and we're accepting + // the breaking change since the endpoint was only + // used internally. break; }