Skip to content

Commit

Permalink
fix: id instead of channel_id for the /channel API
Browse files Browse the repository at this point in the history
  • Loading branch information
manan19 committed Dec 18, 2023
1 parent 37edc80 commit dc87ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1659,14 +1659,14 @@ paths:
get:
tags:
- Channel
summary: Retrieve channel details by channel_id
summary: Retrieve channel details by id
description: Returns details of a channel
externalDocs:
url: https://docs.neynar.com/reference/channel-details
operationId: channel-details
parameters:
- $ref: "#/components/parameters/ApiKey"
- name: channel_id
- name: id
in: query
required: true
schema:
Expand Down

0 comments on commit dc87ed2

Please sign in to comment.