From e131d95dd3d03322669060bd0b25778c5c5e9614 Mon Sep 17 00:00:00 2001 From: Rafael Gutkowski Date: Tue, 7 Jan 2025 18:17:45 -0600 Subject: [PATCH] Include disabled tokens in response [NEYN-3985] --- src/v2/spec.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/v2/spec.yaml b/src/v2/spec.yaml index 76b0868..990f07f 100644 --- a/src/v2/spec.yaml +++ b/src/v2/spec.yaml @@ -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. @@ -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: