Skip to content

Commit eb3435a

Browse files
fixup! EDU-2113: Coverts Rest API page to MDX
1 parent 1e50c24 commit eb3435a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/docs/api/rest-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ Example request:
713713

714714
<Code language="sh">
715715
curl https://main.realtime.ably.net/channels \
716-
-u "{'{{API_KEY}}'}"{""}
716+
-u "{'{{API_KEY}}'}"
717717
</Code>
718718

719719
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

Comments
 (0)