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)://",