Skip to content

Commit

Permalink
Include disabled tokens in response [NEYN-3985] (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
nounder authored Jan 8, 2025
1 parent c5569a5 commit 6082082
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/v2/spec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.1.0
info:
title: Farcaster API V2
version: "2.7.1"
version: "2.8.0"
description: >
The Farcaster API allows you to interact with the Farcaster protocol.
See the [Neynar docs](https://docs.neynar.com/reference) for more details.
Expand Down Expand Up @@ -3325,11 +3325,16 @@ components:
type: object
required:
- notification_deliveries
- disabled_fids
properties:
notification_deliveries:
type: array
items:
$ref: "#/components/schemas/NotificationDelivery"
disabled_fids:
type: array
items:
$ref: "#/components/schemas/Fid"
NotificationDelivery:
type: object
required:
Expand Down

0 comments on commit 6082082

Please sign in to comment.