Skip to content

Commit

Permalink
bug fix: missing fid parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
rishavmukherji committed Dec 1, 2023
1 parent 3449cdc commit 021b08c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1535,13 +1535,18 @@ paths:
get:
tags:
- Notifications
summary: Retrieve notifications for a given channel
description: Returns a list of notifications for a specific channel.
summary: Retrieve notifications for a user for a given channel
description: Returns a list of notifications for a user in a specific channel
externalDocs:
url: https://docs.neynar.com/reference/notifications
operationId: notifications-channel
parameters:
- $ref: "#/components/parameters/ApiKey"
- name: fid
in: query
required: true
schema:
$ref: "#/components/schemas/Fid"
- name: parent_urls
in: query
required: true
Expand Down

0 comments on commit 021b08c

Please sign in to comment.