Skip to content

Commit

Permalink
Update NotificationDelivery (#274)
Browse files Browse the repository at this point in the history
Co-authored-by: Manan <[email protected]>
  • Loading branch information
nounder and manan19 authored Jan 13, 2025
1 parent ff115fe commit 50ec5c0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions 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.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.
Expand Down Expand Up @@ -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:
Expand All @@ -3354,6 +3349,7 @@ components:
enum:
- success
- token_not_found
- token_disabled
- failed
ValidateFrameActionResponse:
type: object
Expand Down

0 comments on commit 50ec5c0

Please sign in to comment.