From cca211189b153aab5b2184b76cb38e5791359534 Mon Sep 17 00:00:00 2001 From: Arjun Chemparathy Date: Mon, 12 Dec 2022 15:44:23 -0800 Subject: [PATCH] add p8 fields --- api.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/api.json b/api.json index 7b01b04..176775a 100644 --- a/api.json +++ b/api.json @@ -125,6 +125,23 @@ "description": "Safari: Password for safari_apns_p12 file", "writeOnly": true }, + "apns_key_id": { + "type": "string", + "description": "iOS: Required if using p8. Unique identifier for the p8 authentication key." + }, + "apns_team_id": { + "type": "string", + "description": "iOS: Required if using p8. Team ID generated by Apple for your developer account." + + }, + "apns_bundle_id": { + "type": "string", + "description": "iOS: Required if using p8. Bundle ID for your app in the Apple ecosystem." + }, + "apns_p8": { + "type": "string", + "description": "iOS: Required if using p8. Base64 encoded p8 key" + }, "safari_site_origin": { "type": "string", "description": "Safari (Recommended): The hostname to your website including http(s)://",