Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix descriptions for GET channel data endpoints to be specific to each endpoint #797

Merged
merged 2 commits into from
Mar 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5925,7 +5925,7 @@ The shape of the `data` payload varies depending on the channel type; you can le
<Section title="Getting user channel data" slug="get-user-channel-data">
<ContentColumn>

Retrieves the channel data for the provided user (or object) on the channel specified.
Retrieves the channel data for the provided user on the channel specified.

### Endpoint

Expand Down Expand Up @@ -6083,7 +6083,7 @@ Unsets (removes) channel data for the user and the channel specified.
<Section title="Getting object channel data" slug="get-object-channel-data">
<ContentColumn>

Retrieves the channel data for the provided user (or object) on the channel specified.
Retrieves the channel data for the provided object on the channel specified.

### Endpoint

Expand Down
Loading