You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/docs/api/rest-api.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -713,7 +713,7 @@ Example request:
713
713
714
714
<Codelanguage="sh">
715
715
curl https://main.realtime.ably.net/channels\
716
-
-u "{'{{API_KEY}}'}"{""}
716
+
-u "{'{{API_KEY}}'}"
717
717
</Code>
718
718
719
719
This will return either a list of channel names, or a [ChannelDetails](/docs/api/realtime-sdk/channel-metadata#channel-details) object depending on what options you've specified.
0 commit comments