Skip to content

Commit

Permalink
feat: add 2 frame button action types + disclaimer on where it can't …
Browse files Browse the repository at this point in the history
…be used
  • Loading branch information
manan19 committed Nov 4, 2024
1 parent 842706f commit 4296288
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/v2/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1198,10 +1198,13 @@ components:
description: URL of the post to get the next frame
FrameButtonActionType:
type: string
description: The action type of a frame button. Action types "mint" & "link" are to be handled on the client side only and so they will produce a no/op for POST /farcaster/frame/action.
enum:
- post
- post_redirect
- tx
- link
- mint
FrameInput:
type: object
properties:
Expand Down

0 comments on commit 4296288

Please sign in to comment.