From 62cf5e0cd429e4c3d8d0a67656deb649604a4d8e Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 18 Mar 2015 13:55:23 +0000 Subject: [PATCH] Add max length to pushkey --- drafts/push_csapi.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drafts/push_csapi.rst b/drafts/push_csapi.rst index c5d9f280..6b91736e 100644 --- a/drafts/push_csapi.rst +++ b/drafts/push_csapi.rst @@ -15,7 +15,8 @@ pushkey This is a unique identifier for this pusher. The value you should use for this is the routing or destination address information for the notification, for example, the APNS token for APNS or the Registration ID for GCM. If your - notification client has no such concept, use any unique identifier. + notification client has no such concept, use any unique identifier. Max length, + 512 bytes. kind The kind of pusher to configure. 'http' makes a pusher that sends HTTP pokes. null deletes the pusher.