Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/appwrite/mod.ts>Messaging#updateApnsProvider

[READ-ONLY] Official Appwrite Deno SDK 🦕
Latest
method Messaging.prototype.updateApnsProvider
Re-export
import { Messaging } from "https://deno.land/x/appwrite@12.1.0/mod.ts";

Update APNS provider

Update a Apple Push Notification service provider by its unique ID.

Parameters

providerId: string
optional
name: string
optional
enabled: boolean
optional
authKey: string
optional
authKeyId: string
optional
teamId: string
optional
bundleId: string
optional
sandbox: boolean