Skip to content

Commit 8c696fc

Browse files
committed
Remove reference to callback_url char limit
1 parent f18abda commit 8c696fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,11 @@ Takes an optional callback, either returning a promise for, or calling the provi
182182
### createNotificationChannel(options, callback)
183183

184184
Takes options object and an optional callback, either returning a promise for, or calling the provided callback with an object with the new channel details.
185+
See full details in the [Create Notification Channel documentation](https://docs.cronofy.com/developers/api/push-notifications/create-channel/)
185186

186187
#### Options Object
187188

188-
- **callback_url** - required - The HTTP or HTTPS URL you wish to receive push notifications. Must not be longer than 128 characters and should be HTTPS.
189+
- **callback_url** - required - The HTTP or HTTPS URL you wish to receive push notifications.
189190

190191
### deleteNotificationChannel(options, callback)
191192

0 commit comments

Comments
 (0)