-A @PushChannel@ is a property of a "@RealtimeChannel@":/api/realtime-sdk/channels#properties or "@RestChannel@":/api/rest-sdk/channels#properties. It provides "push devices":/push/index the ability to subscribe and unsubscribe to push notifications on channels.
+A @PushChannel@ is a property of a "@RealtimeChannel@":/docs/api/realtime-sdk/channels#properties or "@RestChannel@":/docs/api/rest-sdk/channels#properties. It provides "push devices":/push/index the ability to subscribe and unsubscribe to push notifications on channels.
h4. Methods
@@ -42,7 +42,7 @@ bq(definition).
java,android: "PaginatedResult":#paginated-result<"PushChannelSubscription":#push-channel-subscription> listSubscriptions(String deviceId, String clientId, String deviceClientId, String channel)
objc,swift: listSubscriptions(deviceId: String?, clientId: String?, deviceClientId: String?, `channel: String?, callback: ("ARTPaginatedResult":#paginated-result<"PushChannelSubscription":#push-channel-subscription>?, ARTErrorInfo?) -> Void)
-Lists push subscriptions on a channel specified by its channel name (@channel@). These subscriptions can be either be a list of client (@clientId@) subscriptions, device (@deviceId@) subscriptions, or if @concatFilters@ is set to @true@, a list of both. This method requires clients to have the "Push Admin capability":push#push-admin. For more information, see @GET rest.ably.io/push/channelSubscriptions@ "Rest API":/api/rest-api.
+Lists push subscriptions on a channel specified by its channel name (@channel@). These subscriptions can be either be a list of client (@clientId@) subscriptions, device (@deviceId@) subscriptions, or if @concatFilters@ is set to @true@, a list of both. This method requires clients to have the "Push Admin capability":push#push-admin. For more information, see @GET rest.ably.io/push/channelSubscriptions@ "Rest API":/docs/api/rest-api.
h4. Parameters
@@ -52,12 +52,12 @@ h4. Parameters
-
deviceClientId
:= a client ID associated with a device to filter by
__Type: @String@__
--
callback
:= called with a "ARTPaginatedResult":#paginated-result<"PushChannelSubscription":/api/realtime-sdk/push-admin#push-channel-subscription> object or an error
+-
callback
:= called with a "ARTPaginatedResult":#paginated-result<"PushChannelSubscription":/docs/api/realtime-sdk/push-admin#push-channel-subscription> object or an error
blang[objc,swift].
h4. Callback result
- On success, @resultPage@ contains a "@PaginatedResult@":#paginated-result encapsulating an array of "PushChannelSubscription":/api/realtime-sdk/push-admin#push-channel-subscription objects corresponding to the current page of results. "@PaginatedResult@":#paginated-result supports pagination using "@next()@":#paginated-result and "@first()@":#paginated-result methods.
+ On success, @resultPage@ contains a "@PaginatedResult@":#paginated-result encapsulating an array of "PushChannelSubscription":/docs/api/realtime-sdk/push-admin#push-channel-subscription objects corresponding to the current page of results. "@PaginatedResult@":#paginated-result supports pagination using "@next()@":#paginated-result and "@first()@":#paginated-result methods.
On failure to retrieve message history, @err@ contains an "@ErrorInfo@":#error-info object with the failure reason.
@@ -66,5 +66,5 @@ blang[java,android].
On success, the returned "@PaginatedResult@":#paginated-result encapsulates an array of "PushChannelSubscription":#push-channel-subscription objects corresponding to the current page of results. "@PaginatedResult@":#paginated-result supports pagination using "@next@":#paginated-result and "@first@":#paginated-result methods.
- Failure to retrieve the message history will raise an "@AblyException@":/api/realtime-sdk/types#ably-exception
+ Failure to retrieve the message history will raise an "@AblyException@":/docs/api/realtime-sdk/types#ably-exception
diff --git a/content/partials/types/_push_channel_subscription.textile b/content/partials/types/_push_channel_subscription.textile
index 2970b64159..ba72ccabbd 100644
--- a/content/partials/types/_push_channel_subscription.textile
+++ b/content/partials/types/_push_channel_subscription.textile
@@ -31,7 +31,7 @@ h4. Parameters
h4. Returns
-A "@PushChannelSubscription@":/api/realtime-sdk/types#push-channel-subscription object
+A "@PushChannelSubscription@":/docs/api/realtime-sdk/types#push-channel-subscription object
h6(#push-channel-subscription-for-client-id).
default: PushChannelSubscription.forClient
diff --git a/content/partials/types/_push_device.textile b/content/partials/types/_push_device.textile
index df1a29bdf7..f06a8afea7 100644
--- a/content/partials/types/_push_device.textile
+++ b/content/partials/types/_push_device.textile
@@ -9,7 +9,7 @@ h6(#activate).
bq(definition).
android: void activate()
- objc,swift: activate(callback: ("ARTErrorInfo":/api/realtime-sdk/types#error-info?, DeviceDetails?) -> Void)
+ objc,swift: activate(callback: ("ARTErrorInfo":/docs/api/realtime-sdk/types#error-info?, DeviceDetails?) -> Void)
Register the device for push. When the "activation process":/push/device#activate-devices is completed, Ably will