From 50ec5c04a427e5628095c2dc62ac75ed77257499 Mon Sep 17 00:00:00 2001 From: Rafael Gutkowski Date: Mon, 13 Jan 2025 12:28:03 -0600 Subject: [PATCH] Update NotificationDelivery (#274) Co-authored-by: Manan --- src/v2/spec.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/v2/spec.yaml b/src/v2/spec.yaml index affaca2..d4f6f3d 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.8.0" + version: "2.8.1" description: > The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details. @@ -3326,16 +3326,11 @@ 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: @@ -3354,6 +3349,7 @@ components: enum: - success - token_not_found + - token_disabled - failed ValidateFrameActionResponse: type: object